summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-05 21:07:19 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-05 21:07:19 +0000
commit6ca981dca5b26e4956f7053a614129e788a203c0 (patch)
tree3e6d0b354ea448f08ccce9e1e8c73b4c61bb797f /Changes.old
parenta9b305d61e69c1bcce4e6a3a814083d348e1a146 (diff)
Moved 2.25 changes here
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old64
1 files changed, 64 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 3cad3370e..08fd7f5db 100644
--- a/Changes.old
+++ b/Changes.old
@@ -3089,3 +3089,67 @@ lockf.3
Joerg Habenicht / mtk
Fix up discussion of EAGAIN/EACCESS errors.
+
+==================== 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/