This commit is contained in:
Michael Kerrisk 2008-07-02 11:37:48 +00:00
parent 8a1ed66ec4
commit 4f38a9630b
1 changed files with 32 additions and 1 deletions

33
Changes
View File

@ -32,6 +32,10 @@ getgrouplist.3
A near complete rewrite, including additional information and
a new example program.
getutmp.3
mtk
Documents getutmp(3) and getutmpx(3).
shm_overview.7
mtk
An overview of the POSIX shared memory API.
@ -40,11 +44,26 @@ shm_overview.7
Newly documented interfaces in existing pages
---------------------------------------------
updwtmp.3
mtk
Document updwtmpx(3).
New links
---------
getutmpx.3
mtk
Link to getutmp.3.
updwtmpx.3
mtk
Link to updwtmp.3
utmpxname.3
mtk
Link to getutent.3.
utmpx.5
mtk
Link to utmp.5.
@ -86,6 +105,11 @@ sigreturn.2
mtk
Added a bit more detail on what sigreturn() actually does.
dirfd.3
mtk
RETURN VALUE: describe return value on success.
Add an ERRORS section documenting POSIX.1-specified errors.
getaddrinfo.3
mtk, after a note by Stephane Chazelas
getaddrinfo() supports specifying IPv6 scope-IDs.
@ -108,7 +132,11 @@ getutent.3
Add pointer to definition of utmp structure in utmp(5).
Clarify discussion of utmpx file on other systems (versus
Linux situation).
getutent.3
mtk
SEE ALSO: add getutmp(3)
inet_pton.3
Stephane Chazelas
Fix error in description of IPv6 presentation format:
@ -144,6 +172,9 @@ utmp.5
Removed some crufty text.
SEE ALSO: add login(3), logout(3), logwtmp(3).
UT_LINESIZE is 32 (not 12).
mtk
SEE ALSO: add getutmp(3)
man-pages.7
mtk