summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/connect.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync connect_wait() example with its real usage in ftp(1).millert2016-08-201-22/+18
|
* Add an EXAMPLES section that illustrates how to deal with connect(2)millert2016-08-181-2/+52
| | | | returning EINTR. OK jung@ deraadt@
* Expand the asynchronous connect information and move it out ofmillert2016-08-091-14/+32
| | | | | ERRORS and into a new second paragraph. Adapted from NetBSD. OK deraadt@ jmc@
* Document that connect goes async when interrupted by signal.millert2016-08-091-7/+5
|
* Document that bind(2) and connect(2) ignore the incoming sa_lenguenther2015-10-111-3/+7
| | | | | suggest by and ok deraadt@ wordsmithing jmc@
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-6/+7
| | | | description.
* more library historyschwarze2013-07-171-4/+4
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Updates to SYNOPSIS, ERRORS, and STANDARDSguenther2013-03-311-6/+10
| | | | ok jmc@
* replace a few remaining UNIX terms with .Ux macros; this diffsobrado2009-12-291-4/+7
| | | | completes the changes from Oct 22.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* clarify sentence; cannot reuse a stream socket after even trying to do a connect; spotted by teduderaadt2005-12-161-2/+2
|
* connect(2) can return with EHOSTUNREACH, found with and ok ottohenning2004-10-051-1/+3
|
* connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@millert2004-04-151-1/+14
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-2/+2
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
* mention namelen in DESCRIPTIONmillert2003-03-181-1/+5
|
* more pollderaadt1999-08-151-1/+3
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
| | | | | | | - 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
* 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-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Use and document socklen_tmillert1999-02-151-3/+3
|
* Xr pollderaadt1998-08-171-1/+2
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* Document EINVAL if peer address is multicast.angelos1998-06-271-2/+2
|
* connect() can get EINTR tooderaadt1998-05-131-0/+3
|
* Update man page with EINVAL error code.angelos1998-02-251-0/+3
|
* Xr nicederaadt1997-06-191-0/+1
|
* mention getsockopt w/ SO_ERROR for non-blocking socketsderaadt1997-06-191-1/+5
|
* from netbsd:deraadt1995-12-141-2/+2
| | | | add & fix a bunch of system call pages
* initial import of NetBSD treederaadt1995-10-181-0/+150