man-pages/Changes

65 lines
1.4 KiB
Plaintext
Raw Normal View History

2006-02-16 18:48:27 +00:00
==================== Changes in man-pages-2.25 ====================
2006-03-02 05:06:27 +00:00
Released: 2006-03-02
2005-11-03 14:09:48 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2006-03-02 05:06:27 +00:00
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>
2006-02-01 19:22:03 +00:00
2006-02-09 19:11:41 +00:00
Apologies if I missed anyone!
2005-12-13 11:22:52 +00:00
2006-02-16 18:36:27 +00:00
New pages
---------
2006-03-02 05:06:27 +00:00
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.
2006-02-16 18:36:27 +00:00
2005-11-03 14:09:48 +00:00
Changes to individual pages
---------------------------
2006-01-04 10:54:13 +00:00
2006-03-02 05:06:27 +00:00
lseek.2
Michael Haardt
Add a case to the EINVAL error text.
mtk
Various minor wording fixes
2006-03-02 05:11:03 +00:00
Added SEE ALSO referring to new posix_fallocate.3.
2006-03-02 05:06:27 +00:00
posix_fadvise.2
mtk
Added "#define _XOPEN_SOURCE 600" to prototype.
2006-03-02 05:11:03 +00:00
Added SEE ALSO referring to new posix_fallocate.3.
2006-03-02 05:06:27 +00:00
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/