diff options
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 7627e9bd40..b53328b3f9 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -315,14 +315,14 @@ defined in .SH ERRORS .TP .B EADDRINUSE -The specified local address is already taken or the file system socket +The specified local address is already in use or the file system socket object already exists. .TP .B ECONNREFUSED The remote address specified by .BR connect (2) was not a listening socket. -This can happen when the target filename is not a socket. +This error can also occur if the target filename is not a socket. .TP .B ECONNRESET Remote socket was unexpectedly closed. @@ -382,7 +382,7 @@ Passed protocol is not .B EPROTOTYPE Remote socket does not match the local socket type .RB ( SOCK_DGRAM -vs. +versus .BR SOCK_STREAM ) .TP .B ESOCKTNOSUPPORT |
