summaryrefslogtreecommitdiff
path: root/libc/manual/nss.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/nss.texi')
-rw-r--r--libc/manual/nss.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/nss.texi b/libc/manual/nss.texi
index 29fa4cc8d..bf3e69dee 100644
--- a/libc/manual/nss.texi
+++ b/libc/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