[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r22504 - in /fsf/trunk/libc: ChangeLog manual/libc-texinfo.sh manual/socket.texi



Author: eglibc
Date: Mon Feb 25 00:02:11 2013
New Revision: 22504

Log:
Import glibc-mainline for 2013-02-25

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/manual/libc-texinfo.sh
    fsf/trunk/libc/manual/socket.texi

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Feb 25 00:02:11 2013
@@ -1,3 +1,11 @@
+2013-02-24  Allan McRae  <allan@xxxxxxxxxxxxx>
+
+	* manual/socket.texi (The Internet Namespace): Order menu items
+	to match that in the file.
+
+	* manual/libc-texinfo.sh: Use @detailmenu around the detailed
+	node listing of the info page menu.
+
 2013-02-21  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	[BZ #13550]

Modified: fsf/trunk/libc/manual/libc-texinfo.sh
==============================================================================
--- fsf/trunk/libc/manual/libc-texinfo.sh (original)
+++ fsf/trunk/libc/manual/libc-texinfo.sh Mon Feb 25 00:02:11 2013
@@ -91,9 +91,11 @@
 * Variable Index::               Index of variables and variable-like macros.
 * File Index::                   Index of programs and files.
 
+ @detailmenu
  --- The Detailed Node Listing ---
 EOF
  cat ${OUTDIR}lmenu.$$
+ echo '@end detailmenu'
  echo '@end menu'; } >${OUTDIR}top-menu.texi.$$
 mv -f ${OUTDIR}top-menu.texi.$$ ${OUTDIR}top-menu.texi
 

Modified: fsf/trunk/libc/manual/socket.texi
==============================================================================
--- fsf/trunk/libc/manual/socket.texi (original)
+++ fsf/trunk/libc/manual/socket.texi Mon Feb 25 00:02:11 2013
@@ -726,12 +726,12 @@
 * Internet Address Formats::    How socket addresses are specified in the
                                  Internet namespace.
 * Host Addresses::	        All about host addresses of Internet host.
-* Protocols Database::		Referring to protocols by name.
 * Ports::			Internet port numbers.
 * Services Database::           Ports may have symbolic names.
 * Byte Order::		        Different hosts may use different byte
                                  ordering conventions; you need to
                                  canonicalize host address and port number.
+* Protocols Database::		Referring to protocols by name.
 * Inet Example::	        Putting it all together.
 @end menu
 

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits