aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-12-13 13:31:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-12-13 13:31:44 +0000
commit9c7e8803dd7390a0f711076bbd9df73990ea9f13 (patch)
tree176a3a2a9f6180f0676592deb5b25ebdfbaee338
parent374c03a8b40872601c3df95c7f96e1e7cb5a37d5 (diff)
downloadman-pages-9c7e8803dd7390a0f711076bbd9df73990ea9f13.tar.gz
Start of 2.18
-rw-r--r--Changes71
-rw-r--r--Changes.old98
-rw-r--r--man-pages-2.18.Announce2
-rw-r--r--man-pages-2.18.lsm6
4 files changed, 103 insertions, 74 deletions
diff --git a/Changes b/Changes
index 41be4d9bd6..98a68af157 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.17 ====================
-Released: 2005-12-13
+Released: 2005-??-??
Contributors
------------
@@ -8,10 +8,6 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
-Justin Pryzby <justinpryzby@users.sourceforge.net>
-Michael Haardt <michael@moria.de>
-Urs Thuermann <urs@isnogud.escape.de>
-Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
@@ -26,71 +22,6 @@ places.
New pages
---------
-fmemopen.3
- Walter Harms / mtk
- New documentation for the glibc-specific fmemopen() and
- open_memstream(). Based on glibc info page.
-
-open_memstream.3
- mtk
- New link to new fmemopen.3
-
-pipe.7
- mtk (with prompting and suggestions for improvements by
- Michael Haardt)
- New page providing overview of pipes and FIFOs.
-
Changes to individual pages
---------------------------
-
-HOWTOHELP
- mtk
- Added notes on how to write example programs for manual pages.
-
-fork.2
- mtk
- Added pointers to examples of fork() in wait.2 and pipe.2.
-
-pipe.2
- mtk
- Added an example program.
- Added SEE ALSO for new pipe.7 page.
-
-wait.2
- mtk
- Added example program demonstrating use of fork() and waitpid().
-
-carg.3
- Justin Pryzby
- Delete line that should have been deleted when applying
- 2.08 fix for this page.
-
-getaddrinfo.3
- mtk
- Rearranged EAI_* list alphabetically.
-
-inet.3
- mtk
- Added GLIBC NOTES describing feature test macros required
- to expose declaration of inet_aton().
-
-fifo.4
- mtk
- Added SEE ALSO for new pipe.7 page.
-
-environ.5
- mtk
- Removed BROWSER, since it seems not in fact to be common.
-
-socket.7
- Urs Thuermann
- Added documentation of SO_TIMESTAMP.
-
-tcp.7
- mtk
- Noted 200 millisecond ceiling imposed on TCP_CORK.
-
-udp.7
- mtk
- Rearranged options into something approximating alphabetical order.
diff --git a/Changes.old b/Changes.old
index 0aeba1ccc6..1518693e64 100644
--- a/Changes.old
+++ b/Changes.old
@@ -2308,3 +2308,101 @@ packet.7
Urs Thuermann
Clarification: s%SOCK_PACKET%PF_INET/SOCK_PACKET%
+
+==================== Changes in man-pages-2.17 ====================
+
+Released: 2005-12-13
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Michael Haardt <michael@moria.de>
+Urs Thuermann <urs@isnogud.escape.de>
+Walter Harms <walter.harms@informatik.uni-oldenburg.de>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+New pages
+---------
+
+fmemopen.3
+ Walter Harms / mtk
+ New documentation for the glibc-specific fmemopen() and
+ open_memstream(). Based on glibc info page.
+
+open_memstream.3
+ mtk
+ New link to new fmemopen.3
+
+pipe.7
+ mtk (with prompting and suggestions for improvements by
+ Michael Haardt)
+ New page providing overview of pipes and FIFOs.
+
+
+Changes to individual pages
+---------------------------
+
+HOWTOHELP
+ mtk
+ Added notes on how to write example programs for manual pages.
+
+fork.2
+ mtk
+ Added pointers to examples of fork() in wait.2 and pipe.2.
+
+pipe.2
+ mtk
+ Added an example program.
+ Added SEE ALSO for new pipe.7 page.
+
+wait.2
+ mtk
+ Added example program demonstrating use of fork() and waitpid().
+
+carg.3
+ Justin Pryzby
+ Delete line that should have been deleted when applying
+ 2.08 fix for this page.
+
+getaddrinfo.3
+ mtk
+ Rearranged EAI_* list alphabetically.
+
+inet.3
+ mtk
+ Added GLIBC NOTES describing feature test macros required
+ to expose declaration of inet_aton().
+
+fifo.4
+ mtk
+ Added SEE ALSO for new pipe.7 page.
+
+environ.5
+ mtk
+ Removed BROWSER, since it seems not in fact to be common.
+
+socket.7
+ Urs Thuermann
+ Added documentation of SO_TIMESTAMP.
+
+tcp.7
+ mtk
+ Noted 200 millisecond ceiling imposed on TCP_CORK.
+
+udp.7
+ mtk
+ Rearranged options into something approximating alphabetical order.
+
diff --git a/man-pages-2.18.Announce b/man-pages-2.18.Announce
index 63af06e6eb..f2cd2488f2 100644
--- a/man-pages-2.18.Announce
+++ b/man-pages-2.18.Announce
@@ -1,7 +1,7 @@
RELEASE
The Linux man page maintainer proudly announces. . .
- man-pages-2.17.tar.gz - man pages for Linux
+ man-pages-2.18.tar.gz - man pages for Linux
Differences from the previous manual pages release are listed in
the file "Changes".
diff --git a/man-pages-2.18.lsm b/man-pages-2.18.lsm
index eaee2339b5..d8cbc1f438 100644
--- a/man-pages-2.18.lsm
+++ b/man-pages-2.18.lsm
@@ -1,13 +1,13 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
-Version: 2.17
-Entered-date: 2005-12-13
+Version: 2.18
+Entered-date: 2005-??-??
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several
Maintained-by: Michael Kerrisk <mtk-manpages@gmx.net>
Primary-site: ftp://ftp.win.tue.nl/pub/linux-local/manpages
- 2491k man-pages-2.17.tar.gz
+ ????k man-pages-2.18.tar.gz
Alternate-site: ftp://ftp.XX.kernel.org/pub/linux/docs/manpages
Copying-policy: several; for the POSIX pages, see the file POSIX-COPYRIGHT;
the other pages are all freely distributable provided