diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-02 14:03:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-02 16:51:43 +0100 |
commit | bc73aa439fea24a84777a0e764b7bd377684bbf1 (patch) | |
tree | 042e6a6e5e28be9691ac150f7cf413f49c3309c7 /doc | |
parent | b307c06456eefa10ebe59216599f554dae641cd6 (diff) | |
download | patches-bc73aa439fea24a84777a0e764b7bd377684bbf1.tar patches-bc73aa439fea24a84777a0e764b7bd377684bbf1.tar.gz |
doc: Adjust misleading 'user-account' example.
Reported by Sleep_Walker on #guix.
* doc/guix.texi (Using the Configuration System): Remove numeric UID and
GID from example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 157aecbe33..e804d79ed0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3533,7 +3533,7 @@ kernel, initial RAM disk, and boot loader looks like this: %base-file-systems)) (users (list (user-account (name "alice") - (uid 1000) (group 100) + (group "users") (comment "Bob's sister") (home-directory "/home/alice")))) (packages (cons emacs %base-packages)) |