This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 2/2] Fix menu ordering in socket.texi.
- From: Allan McRae <allan at archlinux dot org>
- To: libc-alpha at sourceware dot org
- Date: Fri, 22 Feb 2013 17:39:07 +1000
- Subject: [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