manual: Remove frobnicate @pxref.
authorCarlos O'Donell <carlos@redhat.com>
Wed, 20 Feb 2013 18:27:38 +0000 (13:27 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 20 Feb 2013 18:30:23 +0000 (13:30 -0500)
We remove the frobnicate @pxref in the "System Databases and Name
Service Switch" chapter. The @pxref doesn't make sense in the given
context.

ChangeLog
manual/nss.texi

index 392d141..5d2a885 100644 (file)
--- 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
index 29fa4cc..bf3e69d 100644 (file)
@@ -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