guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: doc: Adjust misleading 'user-account' example.


From: Ludovic Courtès
Subject: 04/06: doc: Adjust misleading 'user-account' example.
Date: Tue, 02 Dec 2014 15:51:51 +0000

civodul pushed a commit to branch master
in repository guix.

commit bc73aa439fea24a84777a0e764b7bd377684bbf1
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 2 14:03:33 2014 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 157aecb..e804d79 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]