summaryrefslogtreecommitdiff
path: root/manual/nss.texi
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-02-20 13:27:38 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-02-20 13:30:23 -0500
commit41f49342e9c262aa0dc7255108b55f19bf742e77 (patch)
tree3761d4d1a429350ae7815e952001a80dc6d3b681 /manual/nss.texi
parent50022a93fcc36a0130b9f882709ff69f4b91c0cc (diff)
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.texi2
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