diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-02-20 13:27:38 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-02-20 13:30:23 -0500 |
commit | 41f49342e9c262aa0dc7255108b55f19bf742e77 (patch) | |
tree | 3761d4d1a429350ae7815e952001a80dc6d3b681 /manual/nss.texi | |
parent | 50022a93fcc36a0130b9f882709ff69f4b91c0cc (diff) | |
download | glibc-41f49342e9c262aa0dc7255108b55f19bf742e77.tar glibc-41f49342e9c262aa0dc7255108b55f19bf742e77.tar.gz glibc-41f49342e9c262aa0dc7255108b55f19bf742e77.tar.bz2 glibc-41f49342e9c262aa0dc7255108b55f19bf742e77.zip |
manual: Remove frobnicate @pxref.
We remove the frobnicate @pxref in the "System Databases and Name
Service Switch" chapter. The @pxref doesn't make sense in the given
context.
Diffstat (limited to 'manual/nss.texi')
-rw-r--r-- | manual/nss.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |