]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct list of services in example NSS configuration file.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 19 Feb 2012 01:46:08 +0000 (01:46 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 19 Feb 2012 01:46:08 +0000 (01:46 +0000)
ChangeLog
NEWS
manual/nss.texi

index ff945330b21e04be61fd45f40be76b30595a458b..7aee191f335f58abcca77c1f6c581f22eefc5c2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-19  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #13704]
+       * manual/nss.texi (Services in the NSS configuration): Correct
+       list of services in example configuration file.
+
 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
 
        [BZ #11322]
diff --git a/NEWS b/NEWS
index da8861c0dafc10b04c5444e1bea6b90d5446a9fd..10ef6da2edc848fd990f25571aff38026abc557b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Version 2.16
   174, 350, 411, 3335, 4026, 4596, 4822, 5077, 5805, 5993, 6884, 6907, 9902,
   10140, 10210, 11322, 11494, 12047, 13058, 13525, 13526, 13527, 13528,
   13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555,
-  13559, 13583, 13618
+  13559, 13583, 13618, 13704
 
 * ISO C11 support:
 
index 3deb9f0b5b1b98ac4ebfe87337f35ba9efe29dc4..962758329be8cd6ddfd48ccab9ec05b1c434eaec 100644 (file)
@@ -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.