guix-commits
[Top][All Lists]
Advanced

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

01/03: system: Fix misleading comments.


From: guix-commits
Subject: 01/03: system: Fix misleading comments.
Date: Fri, 22 Mar 2019 17:49:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ac3c14fb0712b0672a4a237dc9d267ee148597fe
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 22 13:53:47 2019 +0100

    system: Fix misleading comments.
    
    * gnu/system.scm (<operating-system>)[skeletons, services]: Fix
    misleading type comments.
---
 gnu/system.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index e6c86cb..6bccdaa 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -181,7 +181,7 @@
   (groups operating-system-groups                 ; list of user groups
           (default %base-groups))
 
-  (skeletons operating-system-skeletons           ; list of name/monadic value
+  (skeletons operating-system-skeletons           ; list of name/file-like 
value
              (default (default-skeletons)))
   (issue operating-system-issue                   ; string
          (default %default-issue))
@@ -199,7 +199,7 @@
   (name-service-switch operating-system-name-service-switch ; 
<name-service-switch>
                        (default %default-nss))
 
-  (services operating-system-user-services        ; list of monadic services
+  (services operating-system-user-services        ; list of services
             (default %base-services))
 
   (pam-services operating-system-pam-services     ; list of PAM services



reply via email to

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