summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-12-15 13:15:05 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-12-15 13:15:05 +0000
commita88415fa5b7c768495194f48123cd5e20cdfa8bd (patch)
treea64e98b4f21aaa616a5d3b8e6483f38cbbdef6c6 /Changes.old
parentde544c10e11f2cbe92c9500121b85904af046ea5 (diff)
Start of 2.19
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old118
1 files changed, 118 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 1518693e6..74c49f846 100644
--- a/Changes.old
+++ b/Changes.old
@@ -2406,3 +2406,121 @@ udp.7
mtk
Rearranged options into something approximating alphabetical order.
+
+==================== Changes in man-pages-2.18 ====================
+
+Released: 2005-12-15
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Justin Pryzby <justinpryzby@users.sf.net>
+Karsten Sperling <karsten.sperling@stud.uni-karlsruhe.de>
+Martin (Joey) Schulze <joey@infodrom.org>
+Mike Frysinger <vapier@gentoo.org>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+Changes to individual pages
+---------------------------
+
+bind.2
+ mtk
+ Added mention of AF_INET6 address family.
+ Added discussion of sockaddr structure and an example in the
+ Unix domain.
+
+recv.2
+ mtk
+ Put 'flags' list in alphabetical order.
+
+send.2
+ mtk
+ Added cross-reference from discussion of MSG_MORE to UDP_CORK
+ in udp(7).
+
+ Put 'flags' list in alphabetical order.
+
+err.3
+ mtk
+ Added CONFORMING TO section noting that these are
+ non-standard BSDisms.
+
+errno.3
+ Justin Pryzby
+ Added SEE ALSO for err.3 (Debian bug 306867)
+
+gethostbyname.3
+ Martin (Joey) Schulze / mtk
+ Added references to nsswitch.conf(5); remove cross references
+ to resolv+(8). (See also Debian Bug#308397.)
+
+perror.3
+ Justin Pryzby
+ Added SEE ALSO for err.3 (Debian bug 306867)
+
+resolver.3
+ mtk / Martin (Joey) Schulze
+ Remove cross references to resolv+(8); add cross references to
+ resolv.conf(5). (See also Debian Bug#214892)
+
+ Added SEE ALSO entry for resolver(5) (See Debian Bug#251122.)
+
+strerror.3
+ mtk / Stefan Puiu
+ Rewrote and extended the discussion of the two flavours of
+ strerror_r(), and added some additional information on
+ strerror().
+ Justin Pryzby
+ Added SEE ALSO for err.3 (Debian bug 306867)
+
+
+elf.5
+ Mike Frysinger
+ Fix three typos in identifier names.
+
+operator.7
+ Karsten Sperling
+ The + operator should be in the list of unary operators.
+
+raw.7
+ mtk
+ Small wording changes around discussion of SO_BSDCOMPAT.
+ Fixed a couple of wording errors elsewhere.
+ Reformatted some long lines.
+
+socket.7
+ mtk, after a note by Stefan Puiu
+ Updated discussion of SO_BSDCOMPAT.
+
+ Reformatted some long lines.
+
+ Noted the Linux-specific feature whereby setsockopt() doubles
+ the value given for SO_SNDBUF and SO_RCVBUF.
+
+ Noted kernel imposed minimum values for SO_SNDBUF and SO_RCVBUF.
+
+udp.7
+ mtk, after a note by Stefan Puiu
+ Updated discussion of SO_BSDCOMPAT.
+ Added uinx.7 and ipv6.7 to SEE ALSO.
+
+unix.7
+ mtk
+ Added new (UN)SUPPORTED FEATURES section in which it is noted
+ that Unix domain sockets do not support MSG_OOB or MSG_MORE.
+
+ Noted details of SO_SNBUF and SO_RCVBUF support for
+ Unix domain sockets.