This commit is contained in:
Michael Kerrisk 2008-07-02 05:04:54 +00:00
parent 095e060410
commit be01a4e8cc
1 changed files with 34 additions and 12 deletions

46
Changes
View File

@ -27,6 +27,15 @@ clock_nanosleep.2
A description of the clock_nanosleep() system call,
which was added in kernel 2.6.
getgrouplist.3
mtk
A near complete rewrite, including additional information and
a new example program.
shm_overview.7
mtk
An overview of the POSIX shared memory API.
Newly documented interfaces in existing pages
---------------------------------------------
@ -44,16 +53,11 @@ utmpx.5
Global changes
--------------
gethostid.2
gethostname.2
getaddrinfo.3
gethostbyname.3
getipnodebyname.3
getnameinfo.3
resolver.3
hosts.5
resolv.conf.5
hostname.7
Various pages
mtk
s/user name/username/
Various pages
mtk
s/host name/hostname/
@ -69,6 +73,15 @@ io_setup.2
Alain Portal
Remove superfluous text from RETURN VALUE.
mmap.2
mtk
SEE ALSO: Add mmap(2), shm_overview(7).
shmget.2
shmop.2
mtk
SEE ALSO: add shm_overview(7).
sigreturn.2
mtk
Added a bit more detail on what sigreturn() actually does.
@ -107,7 +120,16 @@ setbuf.3
Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488104.
mtk
Other minor rewordings.
shm_open.3
mtk
SEE ALSO: add shm_overview(7).
random.4
mtk, after a note by Alain Portal
Slight rewording to make life easier for non-native English
speakers.
utmp.5
mtk
Add discussion of POSIX.1 utmpx specification.
@ -123,4 +145,4 @@ utmp.5
man-pages.7
mtk
Enhanced the dscussion of font conventions.
Enhanced the discussion of font conventions.