diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/nss.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 392d141339..5d2a885a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-20 Carlos O'Donell <carlos@redhat.com> + + * manual/nss.texi (System Databases and Name Service Switch): + Remove frobnicate @pxref. + 2013-02-20 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change diff --git a/manual/nss.texi b/manual/nss.texi index 29fa4cc8d9..bf3e69dee5 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -10,7 +10,7 @@ correctly in the local environment. Traditionally, this was done by using files (e.g., @file{/etc/passwd}), but other nameservices (like the Network Information Service (NIS) and the Domain Name Service (DNS)) became popular, and were hacked into the C library, usually with a fixed -search order (@pxref{frobnicate, , ,jargon, The Jargon File}). +search order. @Theglibc{} contains a cleaner solution of this problem. It is designed after a method used by Sun Microsystems in the C library of |