summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-01-31 13:15:33 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-01-31 13:15:33 +0000
commitb05c61ea6467c7426652c764314477ac8a69b224 (patch)
treed3ce6da09c3b63ddc78d618963540e284f9c738b /Changes.old
parentaa2b592cc129220def872dedaefdb3cec219c122 (diff)
Start of 2.78.
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old98
1 files changed, 98 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 9564a2696..5c89338b8 100644
--- a/Changes.old
+++ b/Changes.old
@@ -10653,4 +10653,102 @@ pthreads.7
spufs.7
mtk / Jeremy Kerr
+
+
+==================== Changes in man-pages-2.77 ====================
+
+Released: 2008-01-31
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Pavel Heimlich <tropikhajma@seznam.cz>
+Phil Endecott <phil_vonar_endecott@chezphil.org>
+Thomas Huriaux <thomas.huriaux@gmail.com>
+Vincent Lefevre <vincent@vinc17.org>
+WANG Cong <xiyou.wangcong@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+stdarg.3
+bootparam.7
+ Thomas Huriaux
+ Fix broken use of single quotes at start of line,
+ as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462636
+
+Typographical or grammatical errors have been corrected in several places.
+
+New pages
+---------
+
+remove_COLOPHON.sh
+ mtk
+ Script to remove the COLOPHON section from the man pages provided
+ as command-line arguments. This is useful to remove the COLOPHON
+ sections from all of the man pages in two different release trees
+ in order to do a "diff -ruN" to see the "real" differences
+ between the trees.
+
+
+Changes to individual pages
+---------------------------
+
+fcntl.2
+ mtk
+ Replace tables with .TP macros.
+
+fork.2
+ mtk
+ Added discussion of directory streams.
+ Removed "#include <sys/types>" from SYNOPSIS.
+ Changed authorship notice.
+
+futex.2
+ mtk
+ Add ENOSYS error to errors.
+ Phil Endecott
+ Explicitly describe return value in the event of an error.
+
+inotify_add_watch.2
+ mtk
+ Minor wording changes.
+
+splice.2
+ WANG Cong
+ Fix types for 2 and 4 arguments in splice prototype.
+
+wait.2
+ Phil Endecott
+ Clarify description of return value for WNOHANG.
+
+tkill.2
+ mtk
+ Rewrote DESCRIPTION; emphasized that tkill() is obsoleted by
+ tgkill().
+
+alloca.3
+ mtk
+ Change description in NAME section.
+ Various rewrites and additions (including notes on longjmp() and
+ SIGSEGV).
+ mtk / Vincent Lefevre
+ Weaken warning against use of alloca(), and
+ point out some cases where it can be useful;
+ as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461100.
+
+bootparam.7
+ Pavel Heimlich
+ Remove junk line.
+
+inotify.7
+ mtk
+ Replace tables with .TP macros.
s/MultiSource Synchronization/MultiSource Synchronization (MSS)/