2.03 release

This commit is contained in:
Michael Kerrisk 2005-06-02 13:10:44 +00:00
parent de7639e575
commit 2ed34e110b
2 changed files with 96 additions and 7 deletions

93
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.03 ====================
Released: ???????????????
Released: 2005-06-02
Contributors
------------
@ -10,13 +10,21 @@ been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Joey (Martin) Schulze <joey@infodrom.org>
Johannes Nicolai <johannes.nicolai@hpi.uni-potsdam.de>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Klaus Ethgen <Klaus@Ethgen.de>
Pavel Heimlich <tropikhajma@seznam.cz>
Ross Boylan <RossBoylan@stanfordalumni.org>
Vincent Fourmond <vincent.fourmond@9online.fr>
Apologies if I missed anyone!
Global changes
--------------
Pavel Heimlich
Change `ttys(4)' to `ttyS(4)' in:
tty.4 mouse.4 vcs.4 console_ioctl.4 console.4
Typographical or grammatical errors have been corrected in several
places.
@ -24,8 +32,89 @@ places.
Individual pages
----------------
clone.2
mtk
Substantially enhanced discussion of CLONE_THREAD.
Added CLONE_SYSVSEM, CLONE_UNTRACED, CLONE_STOPPED.
Other minor fixes.
execve.2
aeb
fcntl.2
Johannes Nicolai / mtk
Noted F_SETOWN bug for socket file descriptor in Linux 2.4
and earlier.
Added text on permissions required to send signal to owner.
flock.2
mtk
Noted that lock conversions are not atomic.
getrusage.2
mtk
ru_nswap has never contained useful information.
Kernel 2.6.6 clarified that with a patch
("[PATCH] eliminate nswap and cnswap"). See also:
http://www.ussg.iu.edu/hypermail/linux/kernel/0404.1/0720.html
kill.2
mtk
Clarified wording of the 'pid == -1' case.
mount.2
mtk
Added MNT_EXPIRE, plus a few other tidy-ups.
sched_setaffinity.2
mtk
Added text to note that sched_setaffinity() will migrate the
affected process to one of the specified CPUs if necessary.
Added a NOTE to point out that the affinity mask is actually a
per-thread attribute that can be adjusted independently for
each thread in a thread group.
shmctl.2
mtk
Noted aberrant Linux behaviour with respect to new attaches to a
segment that has already been marked for deletion.
Noted changes in permissions required for SHM_LOCK/SHM_UNLOCK.
wait.2
mtk
Noted that the __W* flags can't be used with waitid().
getconf.3
mtk
Added_CS_GNU_LIBC_VERSION and_CS_GNU_LIBPTHREAD_VERSION.
hosts.5
Ross Boylan / Martin Schulze
various changes as per
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304242
proc.5
mtk
Minor changes to discussion of /proc/PID/stat signal fields.
Added 'rt_priority' and 'policy' to /proc/PID/stat.
capabilities.7
mtk
1,$s/inherited/inheritable/g
regex.7
Vincent Fourmond / Joey (Martin) Schulze
Removed discussion of `[[:<:]]' and `[[:>:]]' since they do
not seem to be in the glibc implementation.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295666
tzselect.8
Joey (Martin) Schulze / Klaus Ethgen
The default zoneinfo directory is now
(was: /usr/local/etc/zoneinfo)
(was: /usr/local/etc/zoneinfo)
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267471

View File

@ -208,7 +208,7 @@ sigwaitinfo.2
Fixed prototype: "timeout" --> "*timeout"
as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222145
stat,2
stat.2
Enrico Zini
Added text to clarify that S_IS*() macros should be applied to
st_mode field.
@ -296,6 +296,10 @@ printf.3
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205736
Fixed bad realloc() use in snprintf() example
realpath.3
mtk
Added discussion of resolved_path == NULL.
random.4
After bug report from John V. Belmonte
Updated init and quit scripts to reflect kernel 2.4/2.6 reality
@ -311,10 +315,6 @@ proc.5
updated statm, and fixed error in order of list
realpath.3
mtk
Added discussion of resolved_path == NULL.
boot.7
applied patch from Martin Schulze