ready for 2.24

This commit is contained in:
Michael Kerrisk 2006-02-16 18:36:27 +00:00
parent 82a060204c
commit 155ed18941
3 changed files with 53 additions and 24 deletions

68
Changes
View File

@ -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.

View File

@ -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)

View File

@ -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