diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-19 17:19:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-19 17:39:48 +0100 |
commit | 28d939af0eb42acf64eb8155db35b384dca41456 (patch) | |
tree | f7b5d7dba193a8a95734234de8e2b54e2a00f418 /doc | |
parent | bc8bf605fcef7d9e8a7732caa0fd54604304635b (diff) | |
download | guix-28d939af0eb42acf64eb8155db35b384dca41456.tar guix-28d939af0eb42acf64eb8155db35b384dca41456.tar.gz |
doc: Update documentation of the 'services' field.
* doc/guix.texi (operating-system Reference): The 'services' field now
contains a list of service objects.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3b6955c6f5..f978f3de01 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5688,7 +5688,7 @@ Configuration of libc's name service switch (NSS)---a details. @item @code{services} (default: @var{%base-services}) -A list of monadic values denoting system services. @xref{Services}. +A list of service objects denoting system services. @xref{Services}. @item @code{pam-services} (default: @code{(base-pam-services)}) @cindex PAM |