Authors of version 2.18

==================== 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.