From bc73aa439fea24a84777a0e764b7bd377684bbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 2 Dec 2014 14:03:33 +0100 Subject: [PATCH] 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. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))