summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-16 18:36:27 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-16 18:36:27 +0000
commit155ed18941a818945f6e5b45e7b0ee0f1699b3d4 (patch)
treeb812c77331eccdb9b3235cdda76bc693e5333c8e
parent82a060204cc908e85668ed1751434afb26cda5a0 (diff)
ready for 2.24
-rw-r--r--Changes68
-rw-r--r--HOWTOHELP7
-rw-r--r--man-pages-2.24.lsm2
3 files changed, 53 insertions, 24 deletions
diff --git a/Changes b/Changes
index d1f722dc3..fb1f06d6f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.24 ====================
-Released: 2006-??-??
+Released: 2006-02-17
Contributors
------------
@@ -8,14 +8,37 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
+Joerg Habenicht <habenich@planetserver.com>
Luc Van Oostenryck <lkml@looxix.net>
+Mike Frysinger <vapier@gentoo.org>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Apologies if I missed anyone!
+
+New pages
+---------
+
+get_kernel_syms.2
+create_module.2
+delete_module.2
+init_module.2
+query_module.2
+ FSF / mtk (with assistance of Luc Van Oostenryck)
+ man-pages finally gets pages for these system calls, several
+ of which are obsolete in Linux 2.6.
+ Took the old GPLed pages dated 1996 and made a number of
+ clean-ups and minor additions.
+
+
Global changes
--------------
+various pages
+ mtk
+ Change "file name" to "filename"
+ Change "path name" to "pathname"
+
stpncpy.3
strstr.3
strcmp.3
@@ -31,26 +54,39 @@ gets.3
strpbrk.3
mtk after a suggestion from Samuel Thibault
Added SEE ALSO pointers to wide character equivalent functions
- See Debian bug 351996
+ See Debian bug 351996.
Typographical or grammatical errors have been corrected in several
places.
-New pages
----------
-
-get_kernel_syms.2
-create_module.2
-delete_module.2
-init_module.2
-query_module.2
- FSF / mtk (with assistance of Luc Van Oostenryck)
- man-pages finally gets pages for these system calls, several
- of which are obsolete in Linux 2.6.
- Took the old GPLed pages dated 1996 and made a number of
- clean-ups and minor additions.
-
Changes to individual pages
---------------------------
+clone.2
+ mtk
+ Remove duplicate CLONE_STOPPED text.
+ Commented out crufty text describing EINVAL error
+ for the now obsolete CLONE_DETACHED flag.
+ Under CLONE_SIGHAND, noted that 'flags' must also include
+ CLONE_VM if CLONE_SIGHAND is specified.
+
+fcntl.2
+ mtk
+ Under ERRORS: Separate out EAGAIN error for locking mmaped files.
+
+inotify_add_watch.2
+ mtk
+ Minor wording fix.
+
+msgop.2
+ mtk
+ Documented the EAGAIN error for msgrcv().
+
+fnmatch.3
+ Mike Frysinger / mtk
+ Expand explanation of FNM_PATHNAME.
+
+lockf.3
+ Joerg Habenicht / mtk
+ Fix up discussion of EAGAIN/EACCESS errors.
diff --git a/HOWTOHELP b/HOWTOHELP
index 3950aeafb..92606bc0b 100644
--- a/HOWTOHELP
+++ b/HOWTOHELP
@@ -253,13 +253,6 @@ ioprio_get(2) (new in kernel 2.6.13)
ioprio_set(2) (new in kernel 2.6.13)
See Documentation/block/ioprio.txt
-mq_getsetattr(2)
-mq_notify(2)
-mq_open(2)
-mq_receive() / mq_timedreceive(2)
-mq_send() / mq_timedsend(2)
-mq_unlink(2)
-
restart_syscall(2) (new in 2.6)
set_zone_reclaim(2) (new in kernel 2.6.13)
sys_kexec_load(2) (new in kernel 2.6.13)
diff --git a/man-pages-2.24.lsm b/man-pages-2.24.lsm
index db47fdeed..83290e85e 100644
--- a/man-pages-2.24.lsm
+++ b/man-pages-2.24.lsm
@@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.24
-Entered-date: 2005-??-??
+Entered-date: 2005-02-17
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several