system: Fix misleading comments.
* gnu/system.scm (<operating-system>)[skeletons, services]: Fix misleading type comments.
This commit is contained in:
parent
c6e775a875
commit
ac3c14fb07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user