diff mbox series

[bug#60014,v2] doc: Clarify special-files-service-type expected value.

Message ID f0c786997ad95cfacee70648a22e74dc5348c823.1671629504.git.mirai@makinata.eu
State New
Headers show
Series [bug#60014,v2] doc: Clarify special-files-service-type expected value. | expand

Commit Message

Bruno Victal Dec. 21, 2022, 1:31 p.m. UTC
From: Bruno Victal <mirai@makinata.eu>

* doc/guix.texi (Services, Base Services): Clarify special-files-service-type
expected value.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 7833acab0da02335941974608510c02e2d1d8069

Comments

Bruno Victal Feb. 18, 2023, 2:33 a.m. UTC | #1
bump
Maxim Cournoyer March 21, 2023, 2:15 p.m. UTC | #2
Hello,

mirai@makinata.eu writes:

> From: Bruno Victal <mirai@makinata.eu>
>
> * doc/guix.texi (Services, Base Services): Clarify special-files-service-type
> expected value.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index fd03da8c97..a9b6e1231d 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -17753,7 +17753,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:

Applied!
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index fd03da8c97..a9b6e1231d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17753,7 +17753,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}