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]

[PATCH 2/2] Fix menu ordering in socket.texi.


Match the order of (sub)sections in the menu to that in the file..
---
 manual/socket.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


2013-02-22  Allan McRae  <allan@archlinux.org>

	* manual/socket.texi (The Internet Namespace): Order menu items
	to match that in the file.


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


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