summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-04-07 14:10:56 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-04-07 15:10:10 +0900
commit9d986b2f03d85faba4490472adc07612f9eab02e (patch)
treea02fb4b0499e59f78ab43bdd5da6c4869518a39c /doc
parentc63b598686296493dbe6979727d51aabc5f85bf8 (diff)
doc: Fix documentation of the name service switch.
The previously referenced `nscd-service' procedure no longer exists. * doc/guix.texi (Name Service Switch): Adjust to refer to nscd-service-type and its nscd-configuration configuration record. Change-Id: Ib2b5ef69facf3489626782ad9dbd927a27c04084
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ffbd1257e53..9df7ae161dd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -48422,9 +48422,10 @@ A string denoting the name service (@pxref{Services in the NSS
configuration,,, libc, The GNU C Library Reference Manual}).
Note that name services listed here must be visible to nscd. This is
-achieved by passing the @code{#:name-services} argument to
-@code{nscd-service} the list of packages providing the needed name
-services (@pxref{Base Services, @code{nscd-service}}).
+achieved by providing the list of packages implementing the needed
+services via the @code{name-services} field of the
+@code{nscd-configuration} record to be used with the @code{nscd-service-type}
+service (@pxref{Base Services, @code{nscd-configuration}}).
@item reaction
An action specified using the @code{lookup-specification} macro