man-pages/Changes

65 lines
1.4 KiB
Plaintext

==================== Changes in man-pages-2.25 ====================
Released: 2006-03-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
James Peach <jpeach@samba.org>
Krzysztof Benedyczak <golbi@mat.uni.torun.pl>
Marten von Gagern <Martin.vGagern@gmx.net>
Michael Haardt <michael@moria.de>
Michael Wronksi <michal.wronski@gmail.com>
Apologies if I missed anyone!
New pages
---------
mq_close.3
mq_getattr.3
mq_notify.3
mq_open.3
mq_receive.3
mq_send.3
mq_unlink.3
mtk
New pages describing POSIX message queue API.
posix_fallocate.3
mtk, after a suggestion by James Peach
New page describing posix_fallocate().
mq_overview.7
mtk
New page giving overview of the POSIX message queue API.
Changes to individual pages
---------------------------
lseek.2
Michael Haardt
Add a case to the EINVAL error text.
mtk
Various minor wording fixes
Added SEE ALSO referring to new posix_fallocate.3.
posix_fadvise.2
mtk
Added "#define _XOPEN_SOURCE 600" to prototype.
Added SEE ALSO referring to new posix_fallocate.3.
proc.5
mtk
Migrated information on POSIX message queues to new mqueue.7 page.
inotify.7
Marten von Gagern
Fix thinko: s/assuming a non-blocking/assuming a blocking/