This commit is contained in:
Michael Kerrisk 2008-07-14 21:18:39 +00:00
parent efcd957a99
commit b473ebc32e
1 changed files with 26 additions and 1 deletions

27
Changes
View File

@ -11,6 +11,7 @@ been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andrea Arcangeli <andrea@cpushare.com>
Andreas Mohr <andi@lisas.de>
Andrew Morgan <morgan@kernel.org>
Erik Bosman <ejbosman@cs.vu.nl>
John Brooks <aspecialj@gmail.com>
@ -62,7 +63,7 @@ getdate_err.3
h_errno.3
mtk
Link to gethsotbyname.3.
Link to gethostbyname.3.
optarg.3
opterr.3
@ -200,6 +201,11 @@ sched_setaffinity.2
mtk, after a Fedora downstream patch
Update type used for cpusetsize argument in SYNOPSIS.
select.2
Andreas Mohr / mtk
Clarify "zero timeout" case.
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490868.
send.2
mtk
Noted which flags appeared in Linux 2.2.
@ -337,6 +343,25 @@ stdin.3
Rename CONSIDERATIONS section to NOTES, and relocate
to approprate place on page.
tmpfile.3
mtk, after a nore by Alain Portal
Prepend "POSIX.1-2001 specifies that: " to the sentence stating
that tmpfile() may write to stdout. (AFAICS, glibc's tmpfile()
does not do this.)
ttyname.3
Alain Portal
Remove unnecessary sentence in ERRORS.
wcsdup.3
Alain Portal
Make wording more precise: the memory allocated by wcsdup(3)
*should* be freed with free(3).
wordexp.3
Alain Portal / mtk
Move example into proper EXAMPLE section.
capabilities.7
Serge Hallyn, plus a bit of work by mtk
Document file capabilities, per-process capability bounding set,