From ea622c196cfb41a59dab1c7bd4932340d10b1ccd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 27 Jun 2008 13:17:49 +0000 Subject: [PATCH] sync --- Changes | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 815d81a37..653463058 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,9 @@ The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: Alain Portal +Reuben Thomas +Sam Varshavchik +Stephane Chazelas Apologies if I missed anyone! @@ -17,6 +20,10 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- +clock_nanosleep.2 + mtk + A description of the clock_nanosleep() system call, + which was added in kernel 2.6. Newly documented interfaces in existing pages @@ -32,9 +39,48 @@ New links Global changes -------------- - +gethostid.2 +gethostname.2 +getaddrinfo.3 +gethostbyname.3 +getipnodebyname.3 +getnameinfo.3 +resolver.3 +hosts.5 +resolv.conf.5 +hostname.7 + mtk + s/host name/hostname/ Changes to individual pages --------------------------- +fchmodat.2 + Alain Portal + SEE ALSO: add symlink.7. (3.01 changelog wrongly said this + had been done.) +io_setup.2 + Alain Portal + Remove superfluous text from RETURN VALUE. + +getaddrinfo.3 + mtk, after a note by Stephane Chazelas + getaddrinfo() supports specifying IPv6 scope-IDs. + + +inet_pton.3 + Stephane Chazelas + Fix error in description of IPv6 presentation format. + s/x.x.x.x.x.x.x.x/x:x:x:x:x:x:x:x/ + +setbuf.3 + Reuben Thomas / mtk + Fix confused wording for return value of setvbuf(). + Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488104. + mtk + Other minor rewordings. + +man-pages.7 + mtk + Enhanced the dscussion of font conventions.