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

View File

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