summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak "RETURN VALUES" sections to mention setting errno, as so manykrw2019-05-261-4/+8
| | | | | | | other man pages do. ok schwarze@ guenther@ on socket(2). "Similar" tweak on accept(2) requested by guenther@.
* talk about IPv4 and IPv6 in a more symmetrical wayschwarze2019-03-031-4/+4
| | | | | and avoid an anachronistic wording found by deraadt@; joint work with deraadt@
* Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}guenther2016-03-191-2/+23
|
* Document SOCK_DNS flagderaadt2015-10-201-2/+13
| | | | ok guenther tedu semarie
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+4
| | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-4/+15
| | | | | | | when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC, SOCK_CLOEXEC. Includes SOCK_NONBLOCK support. ok matthew@
* AF_IMPLINK and AF_BLUETOOTH are goneguenther2014-08-101-9/+3
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
|
* more library historyschwarze2013-07-171-4/+4
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Updates to SYNOPSIS, ERRORS, and STANDARDS.guenther2013-04-081-6/+14
|
* SOCK_SEQPACKET is supported on AF_UNIX too.dlg2013-03-121-5/+6
| | | | ok jmc@ matthew@
* SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, andmikeb2011-02-241-4/+3
| | | | | | | SOCK_RDM is a dead SysV compatibility option that is not described anywhere in the man page so don't reference it. ok claudio
* Add unix(4) to SEE ALSO.mk2008-11-261-3/+4
| | | | ok deraadt
* IPv6 is not an ARPA protocol;jmc2007-09-071-3/+3
| | | | | from Robert Elz, netbsd-bugs pr#36933 ok otto deraadt
* Document the Bluetooth network protocols and mention that there is AF_BLUETOOTHuwe2007-06-111-2/+4
|
* convert some displays to lists, since the format is more suitable;jmc2007-06-071-16/+22
| | | | plus a little cleanup;
* one more IPX removal; ok henningjmc2007-06-051-4/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!henning2006-10-241-3/+1
|
* grammar tweak, on re-read;jmc2006-07-091-2/+2
|
* - clean up the SOCK_RAW textjmc2006-07-091-8/+5
| | | | | - remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4)
* various improvements to lists and displays:jmc2004-04-151-5/+3
| | | | | | .Pp removal -compact removal for displays other list/display errors
* do not compare SOCK_STREAM sockets to pipes;jmc2004-04-021-2/+2
| | | | | from NetBSD (-r1.29); ok markus@ deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* a extended -> an extended;jmc2003-04-301-2/+2
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-36/+32
| | | | breaks and getting rid of short lines, making these files easier to work with.
* add AF_INET6.itojun2000-05-241-1/+2
|
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-2/+2
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* Trailing whitespace begone!aaron2000-04-121-2/+2
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* Use .Er macro when referring to errno error names.aaron2000-01-221-4/+3
|
* Add AF_IPX.fgsch2000-01-131-2/+3
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-6/+6
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.orgaaron1999-06-251-1/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* make function names the correct casederaadt1999-02-271-3/+3
|
* Xr pollderaadt1998-08-171-1/+2
|
* Xr netintroderaadt1998-08-071-2/+3
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* fix mispelling of EACCES; bdederaadt1997-11-241-1/+1
|
* document the meaning of protocol = 0.michaels1997-04-261-0/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+259