diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-04-07 14:10:56 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-04-07 15:10:10 +0900 |
| commit | 9d986b2f03d85faba4490472adc07612f9eab02e (patch) | |
| tree | a02fb4b0499e59f78ab43bdd5da6c4869518a39c /doc | |
| parent | c63b598686296493dbe6979727d51aabc5f85bf8 (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.texi | 7 |
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 |
