This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITTED] manual: Remove frobnicate @pxref.
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 20 Feb 2013 13:27:16 -0500
- Subject: [COMMITTED] manual: Remove frobnicate @pxref.
Following this discussion:
http://sourceware.org/ml/libc-alpha/2013-02/msg00268.html
This patch removes the invalid frobnicate @pxref that doesn't
make sense given the context.
Tested by building and reviewing the resulting manual.
2013-02-20 Carlos O'Donell <carlos@redhat.com>
* manual/nss.texi (System Databases and Name Service Switch):
Remove frobnicate @pxref.
diff --git a/manual/nss.texi b/manual/nss.texi
index 29fa4cc..bf3e69d 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
---