~ruther/guix-local

bc73aa439fea24a84777a0e764b7bd377684bbf1 — Ludovic Courtès 11 years ago b307c06
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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))