summaryrefslogtreecommitdiff
path: root/lib/libc/sys/send.2
AgeCommit message (Collapse)Author
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-08-15more pollTheo de Raadt
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- 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
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-02-27make function names the correct caseTheo de Raadt
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1998-11-16doc EAFNOSUPPORT returnTheo de Raadt
1998-08-17Xr pollTheo de Raadt
1998-08-05IOV_MAX, not UIO_MAXIOVTodd C. Miller
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵Todd C. Miller
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them.
1998-07-28document EINVAL due to overflowTodd C. Miller
1998-07-06fix openbsd tagTheo de Raadt
1998-03-18send(2) and friends return EINVAL if (flags & MSG_EOR)Todd C. Miller
1997-01-22add docs about EHOSTUNREACH; from hwr@pilhuhn.deTheo de Raadt
1996-01-15from netbsd:Theo de Raadt
Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093.
1995-10-18initial import of NetBSD treeTheo de Raadt