diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-13 16:37:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-13 16:37:51 +0100 |
commit | 80ba8cc076e0380c1d4eaa63f8a6cecc171c6921 (patch) | |
tree | 4da94a34ec24695ecf2207deda4cbcf530f54786 /doc | |
parent | a661e420250ed063c79296a214f4f2298dc11a7f (diff) | |
download | patches-80ba8cc076e0380c1d4eaa63f8a6cecc171c6921.tar patches-80ba8cc076e0380c1d4eaa63f8a6cecc171c6921.tar.gz |
doc: Fix typos.
* doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments.
Reported by Andreas Enge.
(Invoking guix-gc): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 663c73fc38..3b850d91b4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -222,7 +222,7 @@ Bash syntax and the @code{shadow} commands): # for i in `seq 1 10`; do useradd -g guix-builder -d /var/empty -s `which nologin` \ - -m "Guix build user $i" guix-builder$i; + -c "Guix build user $i" guix-builder$i; done @end example @@ -534,7 +534,7 @@ deleted. The set of garbage collector roots includes default user profiles, and may be augmented with @command{guix-build --root}, for example (@pxref{Invoking guix-build}). -The @command{guix-gc} command has three mode of operations: it can be +The @command{guix-gc} command has three modes of operations: it can be used to garbage-collect any dead files (the default), to delete specific files (the @code{--delete} option), or to print garbage-collector information. The available options are listed below: |