system: Fix misleading comments.
authorLudovic Courtès <ludo@gnu.org>
Fri, 22 Mar 2019 12:53:47 +0000 (13:53 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 22 Mar 2019 21:49:35 +0000 (22:49 +0100)
* gnu/system.scm (<operating-system>)[skeletons, services]: Fix
misleading type comments.

gnu/system.scm

index e6c86cb..6bccdaa 100644 (file)
   (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))
   (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