diff options
Diffstat (limited to 'man/man2/connect.2')
| -rw-r--r-- | man/man2/connect.2 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/man/man2/connect.2 b/man/man2/connect.2 index 00471be27d..243456aa74 100644 --- a/man/man2/connect.2 +++ b/man/man2/connect.2 @@ -208,12 +208,17 @@ The server may be too busy to accept new connections. Note that for IP sockets the timeout may be very long when syncookies are enabled on the server. +.SH VERSIONS +Portable programs must ensure that +.I addr.sun_path +is a null-terminated string +for +.B AF_UNIX +sockets. .SH STANDARDS -POSIX.1-2008. +POSIX.1-2024. .SH HISTORY -POSIX.1-2001, SVr4, 4.4BSD, -.RB ( connect () -first appeared in 4.2BSD). +POSIX.1-2001, SVr4, 4.2BSD. .\" SVr4 documents the additional .\" general error codes .\" .BR EADDRNOTAVAIL , |
