Ready for 2.37 release.

This commit is contained in:
Michael Kerrisk 2006-08-02 11:03:30 +00:00
parent 258755b25e
commit a2c65ce99b
2 changed files with 28 additions and 36 deletions

62
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.37 ====================
Released: 2006-??-??
Released: 2006-08-02
Contributors
------------
@ -13,7 +13,6 @@ Dean Gaudet <dean@arctic.org>
Frank van Viegen <F.C.vanViegen@UTwente.nl>
Helmut Grohne <helmut@subdivi.de>
Ivana Varekova <varekova@redhat.com>
Jens Aboe <axboe@suse.de>
Thomas Huriaux <thomas.huriaux@gmail.com>
Ville Skyttä <ville.skytta@iki.fi>
@ -29,10 +28,10 @@ Thomas Huriaux / mtk
for a in $(wc man?/*.?| awk '$1 > 2 ' | grep -v total); do
echo $a; groff -Tascii -wmac -mman $a > /dev/null;
done 2>&1 | less
done 2>&1 | less
See Debian Bug# 378544.
See Debian Bug# 378544.
Typographical or grammatical errors have been corrected in several
places.
@ -42,14 +41,7 @@ New pages
readlinkat.2
mtk (after prompting from Ivana Varekova)
New page for readlinkat(2), new in kernel 2.6.16.
splice.2
http://lwn.net/Articles/118760/
http://lwn.net/Articles/178199/
http://lwn.net/Articles/179492/
http://kerneltrap.org/node/6505
http://lwn.net/Articles/179434/
Changes to individual pages
---------------------------
@ -59,11 +51,11 @@ ldd.1
chdir.2
mtk
Noted effect of fork() and execve() on current working directory.
Noted effect of fork() and execve() on current working directory.
chroot.2
mtk
Noted effect of fork() and execve() on root directory.
Noted effect of fork() and execve() on root directory.
epoll_ctl.2
Frank van Viegen / mtk
@ -72,25 +64,25 @@ epoll_ctl.2
exevce.2
mtk
Add text noting that effective IDs are copied to
saved set-IDs during execve().
See Debian bug 379297.
saved set-IDs during execve().
See Debian bug 379297.
getitimer.2
mtk
Noted effect of fork() and execve() on interval tiemrs.
Noted effect of fork() and execve() on interval tiemrs.
getrlimit.2
mtk
Noted effect of fork() and execve() on resource limits.
Noted effect of fork() and execve() on resource limits.
getpriority.2
mtk
Noted effect of fork() and execve().
Noted effect of fork() and execve().
inotify_add_watch.2
mtk
Some rewording; included text describing required file
permissions.
permissions.
intro.2
mtk
@ -100,7 +92,7 @@ makecontext.3
Helmut Grohne / mtk
Point out that args following 'argc' are int.
mtk
Added an example program.
Added an example program.
Various minor wording fixes.
mmap.2
@ -118,11 +110,11 @@ openat.2
nanosleep.2
mtk
Noted buggy behaviour in Linux 2.4 and earlier when
nanosleep() is restarted after receiving stop+SIGCONT signals.
nanosleep() is restarted after receiving stop+SIGCONT signals.
nice.2
mtk
Very minor rewording.
readlink.2
mtk
Added SEE ALSO linking to readlinkat.2.
@ -130,18 +122,18 @@ readlink.2
sched_setscheduler.2
mtk
Noted preservation of scheduling parameters across execve().
setpgid.2
mtk
Noted effect of fork() and execve() on process group ID.
Noted effect of fork() and execve() on process group ID.
setsid.2
mtk
Noted effect of fork() and execve() on session ID.
Noted effect of fork() and execve() on session ID.
umask.2
mtk
Noted effect of fork() and execve() on umask.
Noted effect of fork() and execve() on umask.
atexit.3
mtk
@ -149,7 +141,7 @@ atexit.3
capabilities.7
mtk
Added material on privileges required for move_pages().
CLONE_NEWNS needs CAP_SYS_ADMIN.
keyctl(KEYCTL_CHOWN) and keyctl(KEYCTL_SETPERM) require
CAP_SYS_ADMIN.
Added material on privileges required for move_pages().
CLONE_NEWNS needs CAP_SYS_ADMIN.
keyctl(KEYCTL_CHOWN) and keyctl(KEYCTL_SETPERM) require
CAP_SYS_ADMIN.

View File

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