This commit is contained in:
Michael Kerrisk 2008-01-30 10:16:52 +00:00
parent 0bb9038bea
commit 554c0f640f
1 changed files with 55 additions and 0 deletions

55
Changes
View File

@ -9,6 +9,9 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Pavel Heimlich <tropikhajma@seznam.cz>
Thomas Huriaux <thomas.huriaux@gmail.com>
Vincent Lefevre <vincent@vinc17.org>
Apologies if I missed anyone!
@ -16,10 +19,62 @@ 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.
inotify_add_watch.2
mtk
Minor wording changes.
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.