This commit is contained in:
Michael Kerrisk 2008-02-14 15:06:12 +00:00
parent dffa9f2b3c
commit da4a4c18d8
1 changed files with 64 additions and 0 deletions

View File

@ -10752,3 +10752,67 @@ inotify.7
mtk
Replace tables with .TP macros.
s/MultiSource Synchronization/MultiSource Synchronization (MSS)/
==================== Changes in man-pages-2.78 ====================
Released: 2008-02-15
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!
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.