From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29813: doc: localstatedir is used ambigously Date: Sat, 23 Dec 2017 00:05:39 +0100 Message-ID: <87y3lu5poc.fsf@gnu.org> References: <4c2c2ca1-689d-1c5c-703e-550c63cfd651@uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSWOF-0000hM-2F for bug-guix@gnu.org; Fri, 22 Dec 2017 18:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSWOA-0000QV-69 for bug-guix@gnu.org; Fri, 22 Dec 2017 18:06:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39756) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSWOA-0000QQ-23 for bug-guix@gnu.org; Fri, 22 Dec 2017 18:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSWO9-0004pi-Oh for bug-guix@gnu.org; Fri, 22 Dec 2017 18:06:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <4c2c2ca1-689d-1c5c-703e-550c63cfd651@uni-bremen.de> (Martin Castillo's message of "Fri, 22 Dec 2017 17:38:31 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Martin Castillo Cc: 29813-done@debbugs.gnu.org Martin Castillo skribis: > In the documentation, localstatedir is sometimes used as if it was /var > and sometimes as /var/guix. > > examples: > the doc page 'the store' contains LOCALSTATEDIR/guix/db. > but the doc page for guix-daemon contains LOCALSTATEDIR/daemon-socket/soc= ket Good catch! Fixed in fae7973e1f2eb1aba3f17c415b8886c4b00fd1a8. Thanks, Ludo=E2=80=99.