This commit is contained in:
Michael Kerrisk 2008-07-14 14:18:32 +00:00
parent f655694b5e
commit 33eb498075
1 changed files with 21 additions and 1 deletions

22
Changes
View File

@ -118,7 +118,7 @@ hash.3
Minor rewording w.r.t. use of the term "parameter".
Typographical or grammatical errors have been corrected in several
other places. (Special thanks to Apain Portal!)
other places. (Many, many thanks to Alain Portal!)
Changes to individual pages
@ -188,10 +188,18 @@ readlinkat.2
John Brooks / mtk
Fix and reword erroneous RETURN VALUE text.
recv.2
mtk
Noted which flags appeared in Linux 2.2.
sched_setaffinity.2
mtk, after a Fedora downstream patch
Update type used for cpusetsize argument in SYNOPSIS.
send.2
mtk
Noted which flags appeared in Linux 2.2.
sigaction.2
mtk
Document si_overrun and si_tid fields of siginfo structure.
@ -305,6 +313,13 @@ profil.3
mtk / Alain Portal
Small wording improvement.
rtime.3
mtk, after a note by Alain Portal
Clarify meaning of midnight on 1 Jan 1900/1970.
mtk
Remove netdate(1) and rdate(1) from SEE ALSO, since these pages
don't seem to exist on Linux systems.
scanf.3
Vincent Lefevre / mtk
Clarify treatment of intial white space by %% conversion
@ -313,6 +328,11 @@ scanf.3
mtk
Many small formatting fixes.
stdin.3
Alain Portal
Rename CONSIDERATIONS section to NOTES, and relocate
to approprate place on page.
capabilities.7
Serge Hallyn, plus a bit of work by mtk
Document file capabilities, per-process capability bounding set,