This commit is contained in:
Michael Kerrisk 2008-06-18 20:30:51 +00:00
parent 24d2f49a4f
commit dbeeb714f1
1 changed files with 28 additions and 9 deletions

37
Changes
View File

@ -15,6 +15,10 @@ Andrew Clayton <andrew@digital-domain.net>
Christoph Hellwig <hch@infradead.org> Christoph Hellwig <hch@infradead.org>
Daniele Giacomini <appunti2@gmail.com> Daniele Giacomini <appunti2@gmail.com>
Dorin Lazar <dorin.lazar@gmail.com> Dorin Lazar <dorin.lazar@gmail.com>
George Spelvin <linux@horizon.com>
Jeff Moyer <jmoyer@redhat.com>
Masatake YAMOTO <yamoto@redhat.com>
Matt Mackall <mpm@selenic.com>
Neil Horman <nhorman@tuxdriver.com> Neil Horman <nhorman@tuxdriver.com>
Paul Jackson <pj@sgi.com> Paul Jackson <pj@sgi.com>
Pavel Machek <pavel@suse.cz> Pavel Machek <pavel@suse.cz>
@ -176,14 +180,6 @@ wordexp.3
mtk mtk
Added VERSIONS section. Added VERSIONS section.
io_cancel.2
io_destroy.2
io_getevents.2
io_setup.2
io_submit.2
Alain Portal / mtk
Re-order ERRORS and SEE ALSO entries to be alphabetical.
msgctl.2 msgctl.2
msgget.2 msgget.2
semget.2 semget.2
@ -261,6 +257,18 @@ getdents.2
Document d_type field, present since kernel 2.6.4. Document d_type field, present since kernel 2.6.4.
Other minor edits. Other minor edits.
io_cancel.2
io_destroy.2
io_getevents.2
io_setup.2
io_submit.2
mtk, after a note by Masatake YAMOTO and input from Jeff Moyer
Describe the unconventional error return provided by the
wrapper function in libaio (and contrast with behavior if
the system call is invoked via syscall(2)).
Alain Portal / mtk
Re-order ERRORS and SEE ALSO entries to be alphabetical.
mknod.2 mknod.2
mtk mtk
Note that EEXIST applies, even if the pathname is a Note that EEXIST applies, even if the pathname is a
@ -274,7 +282,11 @@ open.2
readdir.2 readdir.2
mtk mtk
Minor wording fixes. Minor wording fixes.
recv.2
Alain Portal
Add comment to 'ee_pad' field in structure definition.
sched_setscheduler.2 sched_setscheduler.2
mtk mtk
@ -421,6 +433,13 @@ strerror.3
and make other small clarifications of the description regarding and make other small clarifications of the description regarding
the two versions. the two versions.
random.4
George Spelvin (taking time out from his busy Broadway schedule),
with some tweaks by Matt Mackall and mtk
Add a Usage subsection that recommends most users to use
/dev/urandom, and emphasizes parsimonious usage of
/dev/random.
locale.5 locale.5
Petr Baudis <pasky@suse.cz> Petr Baudis <pasky@suse.cz>
LC_TIME: Describe first_weekday and first_workday. LC_TIME: Describe first_weekday and first_workday.