aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes56
-rw-r--r--Changes.old4
-rw-r--r--man2/pipe.23
-rw-r--r--man4/fifo.43
4 files changed, 60 insertions, 6 deletions
diff --git a/Changes b/Changes
index 4ccb42ba59..bd6ee54a17 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,10 @@ 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!
@@ -17,7 +21,59 @@ Global changes
Typographical or grammatical errors have been corrected in several
places.
+New pages
+---------
+
+pipe.7
+ mtk (with prompting by Michael Haardt)
+ New page providing overview of pipes and FIFOs.
+
+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
Changes to individual pages
---------------------------
+pipe.2
+ mtk
+ Added SEE ALSO for new pipe.7 page
+
+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 e9f21a4198..0aeba1ccc6 100644
--- a/Changes.old
+++ b/Changes.old
@@ -985,10 +985,6 @@ Typographical or grammatical errors have been corrected in several
places. (Special thanks to A Costa.)
-New pages
----------
-
-
Changes to individual pages
---------------------------
diff --git a/man2/pipe.2 b/man2/pipe.2
index 81628fcdcf..8b01155379 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -64,4 +64,5 @@ POSIX.1
.BR fork (2),
.BR read (2),
.BR socketpair (2),
-.BR write (2)
+.BR write (2),
+.BR pipe (7)
diff --git a/man4/fifo.4 b/man4/fifo.4
index 9f7ca4abdf..351cc083c7 100644
--- a/man4/fifo.4
+++ b/man4/fifo.4
@@ -54,4 +54,5 @@ and are specially indicated in
.BR sigaction (2),
.BR signal (2),
.BR socketpair (2),
-.BR mkfifo (3)
+.BR mkfifo (3),
+.BR pipe (7)