This commit is contained in:
Michael Kerrisk 2008-07-04 22:40:25 +00:00
parent b22161d1a7
commit 20f2b484da
1 changed files with 25 additions and 1 deletions

26
Changes
View File

@ -42,6 +42,9 @@ cpuset.7
Newly documented interfaces in existing pages
---------------------------------------------
readdir.3
mtk
Add documentation of readdir_r().
New links
@ -51,6 +54,9 @@ updwtmpx.3
Alain Portal
Link to updwtmp.3 (3.02 changelog wrongly said this had been done).
readdir_r.3
mtk
Link to readdir.3.
Global changes
@ -84,7 +90,7 @@ usleep.3
wait.2
write.2
mtk
ERRORS: Added reference to signal(7) in dicussion of EINTR.
ERRORS: Added reference to signal(7) in discussion of EINTR.
Changes to individual pages
@ -132,6 +138,21 @@ getgrouplist.3
mtk
SEE ALSO: Add passwd(5).
readdir.3
mtk
Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not
require it.
Some minor rewordings.
sleep.3
mtk
RETURN VALUE: explicitly mention interruption by signal handler.
SEE ALSO: add signal(7).
usleep.3
mtk
POSIX.1-2001 also does not document EINVAL.
group.5
mtk
SEE ALSO: Add getgrent(3), getgrnam(3).
@ -157,3 +178,6 @@ signal.7
mtk
Note a few more architectures on which signal numbers are valid.
SEE ALSO: added a number of pages.
mtk
Update async-signal-safe function list for POSIX.1-2004 (which
adds sockatmark()).