summaryrefslogtreecommitdiff
path: root/lib/libc/sys/connect.2
AgeCommit message (Collapse)Author
2021-03-28Document EINVAL for out of range socket address lengths.dholland
This is what happens, but wasn't documented. Applies to bind(2), connect(2), and send(2).
2010-05-31Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAXnjoly
and PATH_MAX.
2004-05-18Bump date for previous.wiz
2004-05-18Update connect manpage to reflect current changes.ragge
2004-05-13\- is a minus, not -.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2003-03-18Mention namelen in DESCRIPTION. From Todd C. Miller/OpenBSD.wiz
2003-01-18Merge the nathanw_sa branch.thorpej
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-10-16Remove inclusion of <sys/types.h> from synopsis; it is no longer needed.kleink
2001-09-16Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.wiz
2000-06-17Merge duplicate mentions of EPERM, EACCESS, ... into one entryhubertf
(where applicable).
2000-05-17A little nroff clean up, since I was here to deal with PR 9727,fair
but someone beat me to it, and didn't log that...
1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose of this section is to provide linkage information.
1999-08-18Fix PR8208, this time to the correct location..sommerfeld
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Wheee!
1999-02-10Reflect the addition of socklen_t.kleink
1998-08-29first pass at fixing up capitalization of function names andlukem
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
1998-07-28Mention poll(2), too, where we formerly only mentioned select(2).is
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1995-10-12Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSISjtc
section with the actual function declarations. See PR #1589 for details.
1995-02-27merge with lite, keeping most local changes. clean up Idscgd
1994-04-22Remove description of EINVAL, "The pathname contains a character with thejtc
high-order bit set", as this error is obsolete. Eventually we may want to add code to some of the "optional" filesystems (msdosfs, etc.) that checks for illegal characters. At that time it would be appropriate to reintroduce this error with appropriate text. Perhaps "The pathname contains a character that is not valid for filesystem type".
1994-04-19Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 injtc
description of ENAMETOOLONG error.
1993-11-29Use "Er" for argument to -width in the lists in the ERROR sections --- sojtc
the formatting is consistant.
1993-11-25Clean up manpages:jtc
Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections. Use .At and .St macros instead of spelling out "Version 6 UNIX", "IEEE 1003.1-1988 (POSIX)", etc.
1993-08-01Add RCS indentifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd