diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-22 13:53:47 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-22 22:49:35 +0100 |
commit | ac3c14fb0712b0672a4a237dc9d267ee148597fe (patch) | |
tree | 355a75861009e309dccd0e1298576a9aa5b603e5 /gnu/system.scm | |
parent | c6e775a875fc71172b793dd039ed32666315f764 (diff) | |
download | guix-ac3c14fb0712b0672a4a237dc9d267ee148597fe.tar guix-ac3c14fb0712b0672a4a237dc9d267ee148597fe.tar.gz |
system: Fix misleading comments.
* gnu/system.scm (<operating-system>)[skeletons, services]: Fix
misleading type comments.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index e6c86cb9ba..6bccdaa8c2 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 |