summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-22 13:53:47 +0100
committerLudovic Courtès <ludo@gnu.org>2019-03-22 22:49:35 +0100
commitac3c14fb0712b0672a4a237dc9d267ee148597fe (patch)
tree355a75861009e309dccd0e1298576a9aa5b603e5 /gnu/system.scm
parentc6e775a875fc71172b793dd039ed32666315f764 (diff)
downloadpatches-ac3c14fb0712b0672a4a237dc9d267ee148597fe.tar
patches-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.scm4
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