diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-19 01:46:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-19 01:46:08 +0000 |
commit | 16d2c6310370afe735f3a5cd0869b03a52c0acff (patch) | |
tree | 3cba58b01b94184928e03750a43df0e533c9469a /manual | |
parent | cd837b09b5f1cf4ce8bca27049899258fed83a4e (diff) | |
download | glibc-16d2c6310370afe735f3a5cd0869b03a52c0acff.tar.gz glibc-16d2c6310370afe735f3a5cd0869b03a52c0acff.tar.xz glibc-16d2c6310370afe735f3a5cd0869b03a52c0acff.zip |
Correct list of services in example NSS configuration file.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/nss.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/nss.texi b/manual/nss.texi index 3deb9f0b5b..962758329b 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -138,8 +138,9 @@ the reaction on lookup result like @code{[NOTFOUND=return]}. @node Services in the NSS configuration, Actions in the NSS configuration, NSS Configuration File, NSS Configuration File @subsection Services in the NSS configuration File -The above example file mentions four different services: @code{files}, -@code{db}, @code{nis}, and @code{nisplus}. This does not mean these +The above example file mentions five different services: @code{files}, +@code{db}, @code{dns}, @code{nis}, and @code{nisplus}. This does not +mean these services are available on all sites and it does also not mean these are all the services which will ever be available. |