This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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
---


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]