[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: Add "/guix" after LOCALSTATEDIR.
From: |
Ludovic Courtès |
Subject: |
02/02: doc: Add "/guix" after LOCALSTATEDIR. |
Date: |
Fri, 22 Dec 2017 18:05:21 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit fae7973e1f2eb1aba3f17c415b8886c4b00fd1a8
Author: Ludovic Courtès <address@hidden>
Date: Sat Dec 23 00:04:06 2017 +0100
doc: Add "/guix" after LOCALSTATEDIR.
Fixes <https://bugs.gnu.org/29813>.
Reported by Martin Castillo <address@hidden>.
* doc/guix.texi (Invoking guix-daemon, Invoking guix package): Add
missing "/guix" after LOCALSTATEDIR.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 4e83c76..b8ace68 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1335,7 +1335,7 @@ using Unix-domain sockets along with SSH.
When @code{--listen} is omitted, @command{guix-daemon} listens for
connections on the Unix-domain socket located at
address@hidden@var{localstatedir}/daemon-socket/socket}.
address@hidden@var{localstatedir}/guix/daemon-socket/socket}.
@end table
@@ -1711,7 +1711,7 @@ source "$HOME/.guix-profile/etc/profile"
In a multi-user setup, user profiles are stored in a place registered as
a @dfn{garbage-collector root}, which @file{$HOME/.guix-profile} points
to (@pxref{Invoking guix gc}). That directory is normally
address@hidden@var{localstatedir}/profiles/per-user/@var{user}}, where
address@hidden@var{localstatedir}/guix/profiles/per-user/@var{user}}, where
@var{localstatedir} is the value passed to @code{configure} as
@code{--localstatedir}, and @var{user} is the user name. The
@file{per-user} directory is created when @command{guix-daemon} is