This commit is contained in:
Michael Kerrisk 2008-02-11 11:42:10 +00:00
parent 058c11652c
commit 05affb8f49
1 changed files with 39 additions and 2 deletions

41
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.77 ====================
==================== Changes in man-pages-2.78 ====================
Released: 2008-01-31
Released: 2008-??-??
Contributors
@ -9,6 +9,10 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Davide Libenzi <davidel@xmailserver.org>
Greg Banks <gnb@melbourne.sgi.com>
Michael Tokarev <mjt@tls.msk.ru>
Phil Endecott <phil_vonar_endecott@chezphil.org>
Apologies if I missed anyone!
@ -16,10 +20,43 @@ Apologies if I missed anyone!
Global changes
--------------
sigaction.2
signal.2
sigwaitinfo.2
signal.7
mtk
Add SEE ALSO entry referring to new signalfd.2 page.
Typographical or grammatical errors have been corrected in several places.
New pages
---------
eventfd.2
mtk, with input and review from Davide Libenzi
Documents the eventfd() system call, new in 2.6.22.
signalfd.2
mtk, with input and review from Davide Libenzi
Documents the signalfd() system call, new in 2.6.22.
Changes to individual pages
---------------------------
futex.2
mtk / Phil Endecott
Improve wording describing error returns.
open.2
Greg Banks
Greatly expand the detail on O_DIRECT.
reboot.2
mtk / Michael Tokarev
Fix RETURN VALUE description: in some cases reboot() does not
return.
mtk
Rename the 'flag' argument to 'cmd', since that is more meaningful,
and also what is used in the kernel source.
Other minor wording changes.