summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2022-12-21 13:31:44 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-21 10:14:28 -0400
commit9137df26bbdfef6a777d702291508edf8c213af1 (patch)
treec6136927990afef187fc6b41f6aff031bd93a1ef /doc
parenteba81e68acbb989bcd1c1c22d2fe2c808724bb21 (diff)
doc: Clarify special-files-service-type expected value.
* doc/guix.texi (Services, Base Services): Clarify special-files-service-type expected value. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fa9ea5a6ec..fa1f46c2b1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17975,7 +17975,7 @@ This is the service that sets up ``special files'' such as
@file{/bin/sh}; an instance of it is part of @code{%base-services}.
The value associated with @code{special-files-service-type} services
-must be a list of tuples where the first element is the ``special file''
+must be a list of two-element lists where the first element is the ``special file''
and the second element is its target. By default it is:
@cindex @file{/bin/sh}