connect.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:02:40 +02:00
parent 11aac2586b
commit d1969970b6
1 changed files with 3 additions and 3 deletions

View File

@ -235,9 +235,9 @@ busy to accept new connections.
Note that for IP sockets the timeout may Note that for IP sockets the timeout may
be very long when syncookies are enabled on the server. be very long when syncookies are enabled on the server.
.SH CONFORMING TO .SH CONFORMING TO
SVr4, 4.4BSD, (the POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD, (the
.BR connect () .BR connect ()
function first appeared in 4.2BSD), POSIX.1-2001. function first appeared in 4.2BSD).
.\" SVr4 documents the additional .\" SVr4 documents the additional
.\" general error codes .\" general error codes
.\" .BR EADDRNOTAVAIL , .\" .BR EADDRNOTAVAIL ,
@ -251,7 +251,7 @@ function first appeared in 4.2BSD), POSIX.1-2001.
.\" It also .\" It also
.\" documents many additional error conditions not described here. .\" documents many additional error conditions not described here.
.SH NOTES .SH NOTES
POSIX.1-2001 does not require the inclusion of POSIX.1 does not require the inclusion of
.IR <sys/types.h> , .IR <sys/types.h> ,
and this header file is not required on Linux. and this header file is not required on Linux.
However, some historical (BSD) implementations required this header However, some historical (BSD) implementations required this header