Prepare for man-pages-2.08 release

This commit is contained in:
Michael Kerrisk 2005-09-21 13:00:20 +00:00
parent 47607cd362
commit 480239acfa
2 changed files with 86 additions and 86 deletions

170
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.08 ==================== ==================== Changes in man-pages-2.08 ====================
Released: 2005-??-?? Released: 2005-09-21
Contributors Contributors
------------ ------------
@ -48,11 +48,11 @@ Changes to individual pages
du.1 du.1
Mike Frysinger Mike Frysinger
To get an effect like "-h", BLOCKSIZE must start with "human", To get an effect like "-h", BLOCKSIZE must start with "human",
not "HUMAN". not "HUMAN".
time.1 time.1
Mike Frysinger Mike Frysinger
s/standard output/standard error/ s/standard output/standard error/
clone.2 clone.2
Paul Brook / mtk Paul Brook / mtk
@ -61,36 +61,36 @@ clone.2
connect.2 connect.2
Heikki Orsila Heikki Orsila
Add EINTR error Add EINTR error
See http://lkml.org/lkml/2005/7/12/254 See http://lkml.org/lkml/2005/7/12/254
getpriority.2 getpriority.2
mtk mtk
Expanded discussion of relationship between user and kernel Expanded discussion of relationship between user and kernel
representations of the nice value. representations of the nice value.
Added discussion of RLIMIT_NICE and a cross reference to Added discussion of RLIMIT_NICE and a cross reference to
getrlimit.2 under the description of the EACCES error. getrlimit.2 under the description of the EACCES error.
Noted 2.6.12 change in credentials checking for setpriority(). Noted 2.6.12 change in credentials checking for setpriority().
getrlimit.2 getrlimit.2
mtk mtk
Added description of RLIMIT_RTPRIO Added description of RLIMIT_RTPRIO
Added description of RLIMIT_NICE Added description of RLIMIT_NICE
mmap.2 mmap.2
mtk mtk
Noted bug in MAP_POPULATE for kernels before 2.6.7. Noted bug in MAP_POPULATE for kernels before 2.6.7.
mremap.2 mremap.2
mtk mtk
Added _GNU_SOURCE to prototype. Added _GNU_SOURCE to prototype.
Rewrote description of MREMAP_MAYMOVE. Rewrote description of MREMAP_MAYMOVE.
Rewrote description of EAGAIN error. Rewrote description of EAGAIN error.
Added discussion of resizing of memory locks. Added discussion of resizing of memory locks.
Added entries to SEE ALSO. Added entries to SEE ALSO.
Some formatting fixes. Some formatting fixes.
msgctl.2 msgctl.2
mtk mtk
@ -99,24 +99,24 @@ msgctl.2
nanosleep.2 nanosleep.2
Baurzhan Ismagulov Baurzhan Ismagulov
Add to prototype: define _POSIX_C_SOURCE 199309 Add to prototype: define _POSIX_C_SOURCE 199309
As per Debian bug 314435 As per Debian bug 314435
nice.2 nice.2
mtk mtk
Added sentence noting that range of the nice value is described Added sentence noting that range of the nice value is described
in getpriority.2. in getpriority.2.
Added cross-reference to setrlimit(2) for discussion on Added cross-reference to setrlimit(2) for discussion on
RLIMIT_NICE. RLIMIT_NICE.
outb.2 outb.2
David N. Welton / Justin Pryzby / mtk David N. Welton / Justin Pryzby / mtk
Clarified the order of value and port arguments; Clarified the order of value and port arguments;
As per Debian bug 263756 As per Debian bug 263756
pause.2 pause.2
mtk mtk
Added SEE ALSO for sigsuspend.2 Added SEE ALSO for sigsuspend.2
Some formatting fixes. Some formatting fixes.
poll.2 poll.2
Tommy Pettersson Tommy Pettersson
@ -134,14 +134,14 @@ rand.3
Hrvoje Niksic / mtk Hrvoje Niksic / mtk
Remove misleading text describing FreeBSD's sranddev() function. Remove misleading text describing FreeBSD's sranddev() function.
As per debian bug 328629 As per debian bug 328629
readv.2 readv.2
mtk / Walter harms mtk / Walter harms
Added LINUX NOTES on trickery performed by glibc when Added LINUX NOTES on trickery performed by glibc when
vector size exceeds IOV_MAX. vector size exceeds IOV_MAX.
Formatting clean-ups. Formatting clean-ups.
remap_file_pages.2 remap_file_pages.2
mtk mtk
Added text to note that start and size are both rounded downwards. Added text to note that start and size are both rounded downwards.
@ -150,7 +150,7 @@ sched_setparam.2
mtk mtk
Modified discussion of privileges; added pointer to Modified discussion of privileges; added pointer to
sched_setscheduler.2 for a discussion of privileges and sched_setscheduler.2 for a discussion of privileges and
resource limits. resource limits.
sched_setscheduler.2 sched_setscheduler.2
mtk mtk
@ -167,19 +167,19 @@ shmctl.2
sigaction.2 sigaction.2
mtk mtk
Split sigpending(), sigprocmask(), and sigsuspend() out Split sigpending(), sigprocmask(), and sigsuspend() out
into separate new pages. into separate new pages.
Other minor changes Other minor changes
mtk mtk
NOTES: described SA_NODER / sa_mask bug which was present in NOTES: described SA_NODER / sa_mask bug which was present in
all kernels up to and including 2.6.13. all kernels up to and including 2.6.13.
See http://marc.theaimsgroup.com/?l=linux-kernel&m=112360948603171&w=2 See http://marc.theaimsgroup.com/?l=linux-kernel&m=112360948603171&w=2
and http://marc.theaimsgroup.com/?l=linux-kernel&m=112362164911432&w=2 and http://marc.theaimsgroup.com/?l=linux-kernel&m=112362164911432&w=2
List: linux-kernel List: linux-kernel
Subject: Signal handling possibly wrong Subject: Signal handling possibly wrong
From: Bodo Stroesser From: Bodo Stroesser
Date: 2005-08-09 17:44:06 Date: 2005-08-09 17:44:06
signal.2 signal.2
mtk mtk
@ -188,25 +188,25 @@ signal.2
sigpending.2 sigpending.2
mtk mtk
New page created by splitting out from sigaction.2 New page created by splitting out from sigaction.2
Changed CONFORMING TO. Changed CONFORMING TO.
sigprocmask.2 sigprocmask.2
mtk mtk
New page created by splitting out from sigaction.2 New page created by splitting out from sigaction.2
Added text on effect of NULL for 'set' argument. Added text on effect of NULL for 'set' argument.
Added text noting effect of ignoring SIGBUS, SIGFPE, SIGILL, Added text noting effect of ignoring SIGBUS, SIGFPE, SIGILL,
and SIGSEGV. and SIGSEGV.
Noted that sigprocmask() can't be used in multithreaded process. Noted that sigprocmask() can't be used in multithreaded process.
Fixed EINVAL error diagnostic. Fixed EINVAL error diagnostic.
Changed CONFORMING TO. Changed CONFORMING TO.
sigsuspend.2 sigsuspend.2
mtk mtk
New page created by splitting out from sigaction.2 New page created by splitting out from sigaction.2
Added NOTES on usage. Added NOTES on usage.
Added new text to DESCRIPTION. Added new text to DESCRIPTION.
Changed CONFORMING TO. Changed CONFORMING TO.
stat.2 stat.2
Mike Frysinger Mike Frysinger
@ -214,16 +214,16 @@ stat.2
carg.3 carg.3
Ramiro Aceves / aeb Ramiro Aceves / aeb
Change: Change:
One has carg(z) = atan(creal(z) / cimag(z)) One has carg(z) = atan(creal(z) / cimag(z))
to: to:
One has tan(carg(z)) = cimag(z) / creal(z) One has tan(carg(z)) = cimag(z) / creal(z)
As per Debian bug 326720 As per Debian bug 326720
cmsg.3 cmsg.3
mtk mtk
s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name) s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name)
dlopen.3 dlopen.3
Alain Portal Alain Portal
@ -232,61 +232,61 @@ dlopen.3
getaddrinfo.3 getaddrinfo.3
mtk mtk
Nowadays (since 2.3.4) glibc only sets the first ai_canonname Nowadays (since 2.3.4) glibc only sets the first ai_canonname
field if AI_CANONNAME was specified (the current behavior field if AI_CANONNAME was specified (the current behavior
is all that SUSv3 requires). is all that SUSv3 requires).
1,$s/PF_/AF_/g 1,$s/PF_/AF_/g
Added descriptions of AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED, Added descriptions of AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED,
and AI_NUMERICSERV. and AI_NUMERICSERV.
Some wording and formatting fixes. Some wording and formatting fixes.
getpwnam.3 getpwnam.3
Bernhard R. Link / mtk Bernhard R. Link / mtk
Add NOTES text describing relationship of pw_dir and HOME and Add NOTES text describing relationship of pw_dir and HOME and
pointing out that applications should preferentially pointing out that applications should preferentially
inspect HOME inspect HOME
inet.3 inet.3
Mike Frysinger Mike Frysinger
Mention "little endian" and "big endian". Mention "little endian" and "big endian".
Added note about octal and hex interpretation of Added note about octal and hex interpretation of
numbers-and-dots notation. numbers-and-dots notation.
rpc.3 rpc.3
mtk / Ludovic Courtes mtk / Ludovic Courtes
Commented out references to rpc_secure(3) -- we don't currently Commented out references to rpc_secure(3) -- we don't currently
have such a page in the man-pages set. have such a page in the man-pages set.
In response to Debian bug report 325115 In response to Debian bug report 325115
setenv.3 setenv.3
mtk mtk
glibc 2.3.4 fixed the "name contains '='" bug glibc 2.3.4 fixed the "name contains '='" bug
strnlen.3 strnlen.3
Mike Frysinger Mike Frysinger
Added "#define _GNU_SOURCE" to prototype. Added "#define _GNU_SOURCE" to prototype.
initrd.4 initrd.4
Norbert Buchmuller / mtk Norbert Buchmuller / mtk
Added text noting that the use or real-root-dev for changing Added text noting that the use or real-root-dev for changing
the root device is obsolete, in favour of pivot root. the root device is obsolete, in favour of pivot root.
(However, the page still needs to be rewritten to actually (However, the page still needs to be rewritten to actually
describe the pivot_root method...) describe the pivot_root method...)
As per Debian bug 323621. As per Debian bug 323621.
proc.5 proc.5
mtk mtk
Improve text describing /proc/sys/fs/mqueue/* files Improve text describing /proc/sys/fs/mqueue/* files
Describe /proc/sys/fs/suid_dumpable (new in 2.6.13) Describe /proc/sys/fs/suid_dumpable (new in 2.6.13)
Added placeholder mention of /proc/zoneinfo (new in 2.6.13) Added placeholder mention of /proc/zoneinfo (new in 2.6.13)
More needs to be said about this file More needs to be said about this file
Repaired earlier cut and paste mistake which resulted Repaired earlier cut and paste mistake which resulted
in part of the text of this page being duplicated. in part of the text of this page being duplicated.
utmp.5 utmp.5
Mike Frysinger Mike Frysinger
@ -299,9 +299,9 @@ capabilities.7
ip.7 ip.7
mtk / Andrew Pimlott mtk / Andrew Pimlott
Add a couple of words to make it clear that port is a 16-bit number. Add a couple of words to make it clear that port is a 16-bit number.
Reformat long source lines (no text changed). Reformat long source lines (no text changed).
s/SOL_IP/IPPROTO_IP/ (POSIX standard name) s/SOL_IP/IPPROTO_IP/ (POSIX standard name)
Hasso Tepper Hasso Tepper
Fix discussion of IPC_RECVTTL / IP_TTL Fix discussion of IPC_RECVTTL / IP_TTL
@ -317,12 +317,12 @@ socket.7
tcp.7 tcp.7
mtk mtk
s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name) s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name)
s/SOL_IP/IPPROTO_IP/ (POSIX standard name) s/SOL_IP/IPPROTO_IP/ (POSIX standard name)
udp.7 udp.7
mtk mtk
Added description of UDP_CORK socket option Added description of UDP_CORK socket option
s/SOL_UDP/IPPROTO_UDP/ (POSIX standard name) s/SOL_UDP/IPPROTO_UDP/ (POSIX standard name)
s/SOL_IP/IPPROTO_IP/ (POSIX standard name) s/SOL_IP/IPPROTO_IP/ (POSIX standard name)

View File

@ -1,7 +1,7 @@
Begin3 Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.08 Version: 2.08
Entered-date: 2005-??-?? Entered-date: 2005-09-21
Description: Linux and POSIX manual pages Description: Linux and POSIX manual pages
Keywords: man pages Keywords: man pages
Author: several Author: several