From 4f38a9630b6353e799bd25519ed23ac93a1ab8c0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 2 Jul 2008 11:37:48 +0000 Subject: [PATCH] sync --- Changes | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 77a5ab1a4..f90319799 100644 --- a/Changes +++ b/Changes @@ -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