This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.17-277-gfaf6f8b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  faf6f8bca81560d4c644638dd69ac209424a618f (commit)
       via  b4d1fd337068d2663529616112cefb7daa33dce2 (commit)
      from  2b7ae1b27f011919dbd6e87bc76c6f76b66ab186 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=faf6f8bca81560d4c644638dd69ac209424a618f

commit faf6f8bca81560d4c644638dd69ac209424a618f
Author: Allan McRae <allan@archlinux.org>
Date:   Fri Feb 22 17:09:55 2013 +1000

    Fix menu ordering in socket.texi.
    
    Match the order of (sub)sections in the menu to that in the file..

diff --git a/ChangeLog b/ChangeLog
index ce68be3..400f775 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-02-24  Allan McRae  <allan@archlinux.org>
 
+	* 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.
 
diff --git a/manual/socket.texi b/manual/socket.texi
index 288707f..e187402 100644
--- a/manual/socket.texi
+++ b/manual/socket.texi
@@ -726,12 +726,12 @@ for information about this.
 * 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
 

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b4d1fd337068d2663529616112cefb7daa33dce2

commit b4d1fd337068d2663529616112cefb7daa33dce2
Author: Allan McRae <allan@archlinux.org>
Date:   Fri Feb 22 14:45:17 2013 +1000

    Add @detailmenu to subsection node listing
    
    Surround the "Detailed Node Listing" section of the info page menu with
    @detailmenu flags to avoid confusing texinfo.  Resolves a large number
    of warnings printed by texinfo-5.0.

diff --git a/ChangeLog b/ChangeLog
index 8141d9a..ce68be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-24  Allan McRae  <allan@archlinux.org>
+
+	* manual/libc-texinfo.sh: Use @detailmenu around the detailed
+	node listing of the info page menu.
+
 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13550]
diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh
index 60e224b..1ef09fc 100644
--- a/manual/libc-texinfo.sh
+++ b/manual/libc-texinfo.sh
@@ -91,9 +91,11 @@ Indices
 * 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
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    8 ++++++++
 manual/libc-texinfo.sh |    2 ++
 manual/socket.texi     |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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