man-pages/Changes

93 lines
2.0 KiB
Plaintext
Raw Normal View History

2006-02-09 19:22:11 +00:00
==================== Changes in man-pages-2.24 ====================
2006-02-16 18:36:27 +00:00
Released: 2006-02-17
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-02-16 18:36:27 +00:00
Joerg Habenicht <habenich@planetserver.com>
2006-02-10 18:46:42 +00:00
Luc Van Oostenryck <lkml@looxix.net>
2006-02-16 18:36:27 +00:00
Mike Frysinger <vapier@gentoo.org>
2006-02-10 18:46:42 +00:00
Samuel Thibault <samuel.thibault@ens-lyon.org>
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
---------
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.
2005-10-19 13:11:27 +00:00
Global changes
--------------
2006-02-16 18:36:27 +00:00
various pages
mtk
Change "file name" to "filename"
Change "path name" to "pathname"
2006-02-10 18:46:42 +00:00
stpncpy.3
strstr.3
strcmp.3
toupper.3
strlen.3
stpcpy.3
puts.3
strdup.3
strtok.3
isalpha.3
strspn.3
gets.3
strpbrk.3
mtk after a suggestion from Samuel Thibault
Added SEE ALSO pointers to wide character equivalent functions
2006-02-16 18:36:27 +00:00
See Debian bug 351996.
2006-02-10 18:46:42 +00:00
2005-10-19 13:11:27 +00:00
Typographical or grammatical errors have been corrected in several
places.
2005-07-06 09:12:50 +00:00
2005-12-13 11:22:52 +00:00
2005-11-03 14:09:48 +00:00
Changes to individual pages
---------------------------
2006-01-04 10:54:13 +00:00
2006-02-16 18:36:27 +00:00
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.