diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-15 06:36:53 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-15 06:36:53 +0100 |
| commit | d1c9ea80c39b70a08ebbc28f95fbf8f7053280a2 (patch) | |
| tree | c821001dee77d648e5882f0d13d90060256cc4f4 /man7/unix.7 | |
| parent | cd0221ea328298ac3436a294bb057c374d365b81 (diff) | |
| download | man-pages-d1c9ea80c39b70a08ebbc28f95fbf8f7053280a2.tar.gz | |
unix.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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 |
