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 fa9ea5a6ecf..fa1f46c2b16 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17975,7 +17975,7 @@ This is the service that sets up ``special files'' such as
17975@file{/bin/sh}; an instance of it is part of @code{%base-services}. 17975@file{/bin/sh}; an instance of it is part of @code{%base-services}.
17976 17976
17977The value associated with @code{special-files-service-type} services 17977The value associated with @code{special-files-service-type} services
17978must be a list of tuples where the first element is the ``special file'' 17978must be a list of two-element lists where the first element is the ``special file''
17979and the second element is its target. By default it is: 17979and the second element is its target. By default it is:
17980 17980
17981@cindex @file{/bin/sh} 17981@cindex @file{/bin/sh}