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.
master
Ludovic Courtès 2014-12-02 14:03:33 +01:00
parent b307c06456
commit bc73aa439f
1 changed files with 1 additions and 1 deletions

View File

@ -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))