summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-02 11:03:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-02 11:03:30 +0000
commita2c65ce99b371e5f807ac78fc800f160e8fe5eb3 (patch)
treef9a32c9f37cf157b85783b88be486a63ac99f684
parent258755b25e8567e47e7c17c1bdaf62c7e3d25de1 (diff)
Ready for 2.37 release.
-rw-r--r--Changes62
-rw-r--r--man-pages-2.37.lsm2
2 files changed, 28 insertions, 36 deletions
diff --git a/Changes b/Changes
index 7969e2b40..cce38cf71 100644
--- a/Changes
+++ b/Changes
@@ -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.
diff --git a/man-pages-2.37.lsm b/man-pages-2.37.lsm
index d17301568..6cc086f98 100644
--- a/man-pages-2.37.lsm
+++ b/man-pages-2.37.lsm
@@ -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