History log of /src/lib/libc/sys/connect.2 |
Revision | | Date | Author | Comments |
1.29 |
| 28-Mar-2021 |
dholland | Document EINVAL for out of range socket address lengths.
This is what happens, but wasn't documented. Applies to bind(2), connect(2), and send(2).
|
1.28 |
| 31-May-2010 |
njoly | Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX and PATH_MAX.
|
1.27 |
| 18-May-2004 |
wiz | Bump date for previous.
|
1.26 |
| 18-May-2004 |
ragge | Update connect manpage to reflect current changes.
|
1.25 |
| 13-May-2004 |
wiz | \- is a minus, not -.
|
1.24 |
| 07-Aug-2003 |
agc | branches: 1.24.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.23 |
| 16-Apr-2003 |
wiz | Use .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.
|
1.22 |
| 18-Mar-2003 |
wiz | Mention namelen in DESCRIPTION. From Todd C. Miller/OpenBSD.
|
1.21 |
| 18-Jan-2003 |
thorpej | Merge the nathanw_sa branch.
|
1.20 |
| 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.19 |
| 16-Oct-2001 |
kleink | Remove inclusion of <sys/types.h> from synopsis; it is no longer needed.
|
1.18 |
| 16-Sep-2001 |
wiz | Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.
|
1.17 |
| 17-Jun-2000 |
hubertf | branches: 1.17.4; Merge duplicate mentions of EPERM, EACCESS, ... into one entry (where applicable).
|
1.16 |
| 17-May-2000 |
fair | branches: 1.16.2; A little nroff clean up, since I was here to deal with PR 9727, but someone beat me to it, and didn't log that...
|
1.15 |
| 02-Dec-1999 |
kleink | Add a LIBRARY section to system call manual pages. While it's clear that the libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose of this section is to provide linkage information.
|
1.14 |
| 18-Aug-1999 |
sommerfeld | branches: 1.14.4; Fix PR8208, this time to the correct location..
|
1.13 |
| 22-Mar-1999 |
garbled | branches: 1.13.2; Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Wheee!
|
1.12 |
| 10-Feb-1999 |
kleink | Reflect the addition of socklen_t.
|
1.11 |
| 29-Aug-1998 |
lukem | first pass at fixing up capitalization of function names and arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
|
1.10 |
| 28-Jul-1998 |
is | Mention poll(2), too, where we formerly only mentioned select(2).
|
1.9 |
| 28-Apr-1998 |
fair | Change occurrences of "UNIX" to .Ux or .At as appropriate.
|
1.8 |
| 12-Oct-1995 |
jtc | Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section with the actual function declarations. See PR #1589 for details.
|
1.7 |
| 27-Feb-1995 |
cgd | merge with lite, keeping most local changes. clean up Ids
|
1.6 |
| 22-Apr-1994 |
jtc | Remove description of EINVAL, "The pathname contains a character with the 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".
|
1.5 |
| 19-Apr-1994 |
jtc | Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in description of ENAMETOOLONG error.
|
1.4 |
| 29-Nov-1993 |
jtc | Use "Er" for argument to -width in the lists in the ERROR sections --- so the formatting is consistant.
|
1.3 |
| 25-Nov-1993 |
jtc | Clean up manpages: 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.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 27-Feb-1995 |
cgd | from Lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.13.2.1 |
| 22-Aug-1999 |
he | Pull up 1.14: Explain how to get status information for non-blocking connects, fixing PR8208. From sommerfeld.
|
1.14.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.16.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.17.4.4 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.17.4.3 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.17.4.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.17.4.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.24.2.1 |
| 20-May-2004 |
tron | Pull up revision 1.26 (requested by ragge in ticket #354): Update connect manpage to reflect current changes.
|