This commit is contained in:
Michael Kerrisk 2004-12-15 17:29:38 +00:00
parent 3f800aa873
commit 5c7ed5050a
1 changed files with 7 additions and 4 deletions

11
Changes
View File

@ -22,6 +22,7 @@ Jan Kuznik <kuznik@gepro.cz>
Joey (Martin) Schulze <joey@infodrom.org>
Johannes Berg <johannes@sipsolutions.de>
Karel Kulhavy <clock@twibright.com>
Luis Javier Merino Morán <ljmerino@pandasoftware.es>
Martin Pool <mbp@sourcefrog.net>
Richard Kreckel <Richard.Kreckel@ginac.de>
Vasya Pupkin <ptushnik@gmail.com>
@ -232,7 +233,7 @@ undocumented.2
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220741
wait.2
mtk
mtk
Added waitid(2).
Added WCONTINUED and WIFCONTINUED (new in 2.6.10).
Added text on SA_NOCLDSTOP.
@ -240,16 +241,18 @@ wait.2
Much other text rewritten.
wait4.2
mtk
mtk
Rewrote this page, removing much duplicated information,
and replacing with pointers to wait.2.
Luis Javier Merino Morán / mtk
CONFORMING TO said "SVr4, POSIX". Changed to "4.3BSD"
waitid.2
mtk
mtk
New link to wait.2
assert.3
After bug report from Branden Robinson
After bug report from Branden Robinson
The assert() failure message goes to stderr not stdout.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284814