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