Ready for 2.34 release

This commit is contained in:
Michael Kerrisk 2006-06-20 08:09:51 +00:00
parent a98bcd58d8
commit 42e6ffd692
2 changed files with 122 additions and 22 deletions

116
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.34 ====================
Released: 2006-??-??
Released: 2006-06-20
Contributors
------------
@ -8,12 +8,21 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
bert hubert <bert.hubert@netherlabs.nl>
Chris Curis <chris.curtis@riptidesoftware.com>
Chris Curtis <chris.curtis@riptidesoftware.com>
Eduardo Madeira Fleury <efleury@br.ibm.com>
Joerg Scheurich <rusmufti@helpdesk.bera.rus.uni-stuttgart.de>
Justin Pryzby <justinpryzby@users.sf.net>
Kenichi Okuyama <okuyama.kenichi@oss.ntt.co.jp>
Marc Lehmann <debian-reportbug@plan9.de>
Martin (Joey) Schulze <joey@infodrom.org>
Mats Wichmann <mats.d.wichmann@intel.com
Mike Frysinger <vapier@gentoo.org>
Peter Eiserloh <eiserlohpp@yahoo.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Thomas Dickey <dickey@radix.net>
Walter Harms <wharms@bfs.de>
Apologies if I missed anyone!
@ -28,6 +37,7 @@ zic.8
Added header comment noting that these pages are in the public
domain.
bindresvport.3
getrpcent.3
getrpcport.3
rpc.3
@ -36,7 +46,6 @@ rpc.5
mtk, aeb, Joey
Added following to top of these pages to clarify origin and
license:
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
New pages
@ -47,7 +56,7 @@ ioprio_get.2
New link to new ioprio_set.2.
ioprio_set.2
Eduardo Madeira Fleury, with edits by mtk
Eduardo Madeira Fleury, with edits by mtk, and review by Jens Axboe
New page for ioprio_get(2) and ioprio_set(2), new in 2.6.13.
offsetof.3
@ -66,10 +75,49 @@ acct.2
mtk
Add SEE ALSO referring to acct.5.
fcntl.2
mtk
Explicitly mention term "dnotify" in discussion of F_NOTIFY.
inotify_add_watch.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
mtk
Renamed argument from 'path' to 'pathname'.
Reword introductory paragraph to clarify that
inotify_add_watch() may also modify an existing watch item.
mtk
The EINVAL error can also occur if 'fd' is not an inotify
file descriptor.
mtk
Moved BUGS section from this page to inotify.7.
inotify_init.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
inotify_rm_watch.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
mtk
The EINVAL error can also occur if 'fd' is not an inotify
file descriptor.
mmap.2
mtk
Add SEE ALSO referring to remap_file_pages.2.
mount.2
Kenichi Okuyama
s/MNT_FORCE/MNT_EXPIRE/ under EINVAL error.
mremap.2
Mike Frysinger
s/unsigned long flags/int flags/ in SYNOPSIS.
pipe.2
mtk
Add SEE ALSO referring to popen.3.
@ -86,6 +134,11 @@ readahead.2
mtk
Add SEE ALSO referring to posix_fadvise.2.
send.2
Peter Eiserloh
Fix missing arguments in statement about equivalent send()
and sendto() calls.
setsid.2
mtk
Add SEE ALSO referring to tcgetsid.3.
@ -106,10 +159,20 @@ write.2
mtk
SEE ALSO for writev should refer to Section 2, not 3.
__setfpucw.3
mtk, Joey
Added license statement (GPL) after consultation with
Joerg Scheurich.
assert_perror.3
Justin Pryzby
Add #define _GNU_SOURCE to prototype
difftime.3
Joey
Added note about time_t representation on other systems.
Added CONFORMING TO.
ftw.3
Justin Pryzby / mtk
A fairly major revision...
@ -117,10 +180,23 @@ ftw.3
Reorganized and rewrote much of the page
Added an example program.
inet.3
Marc Lehmann
Fixed typo in NOTES.
Debian bug 370277.
isalpha.3
Joey
Updated CONFORMING TO.
mktemp.3
mtk
Updated CONFORMING TO.
printf.3
Walter Harms
Add documentation of %m.
readdir.3
mtk
Added SEE ALSO referring to ftw.3.
@ -131,6 +207,19 @@ re_comp.3
Justin Pryzby
Add SEE ALSO referring to regcomp.3
scandir.3
Mats Wichmann
Reworded CONFORMING TO statement on scandir() and alphasort().
strchr.3
Stefan Puiu
Fix prototype for strchrnul().
strtoul.3
Stefan Puiu
Add text clarifying treatment of strings starting with
minus sign.
tmpnam.3
mtk, after comments by Justin Pryzby
Add text noting the need to use open(O_EXCL).
@ -159,14 +248,15 @@ console_codes.4
Thomas Dickey
Various improvements and corrections.
epoll.7
mtk
Added CONFORMING TO section mentioning FreeBSD kqueue and
Solaris /dev/poll.
feature_test_macros.7
mtk
Added pointer to location of LFS specification.
ip.7
mtk
Add SEE ALSO referring to byteorder.3.
futex.7
mtk, after suggestion by Joey.
Added license statement to page, after discussion with
@ -174,6 +264,16 @@ futex.7
mtk
Reformat long lines; no content changes.
inotify.7
mtk
'path' argument renamed to 'pathname'.
A few minor rewordings.
Added BUGS section describing a couple of bugs.
ip.7
mtk
Add SEE ALSO referring to byteorder.3.
man.7
Justin Pryzby
Add SEE ALSO referring to groff_man(7).

View File

@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.34
Entered-date: 2006-??-??
Entered-date: 2006-06-20
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several