From 28d939af0eb42acf64eb8155db35b384dca41456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 19 Nov 2015 17:19:55 +0100 Subject: [PATCH] doc: Update documentation of the 'services' field. * doc/guix.texi (operating-system Reference): The 'services' field now contains a list of service objects. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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