diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-15 06:26:41 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-15 06:26:41 +0100 |
| commit | 1fe284ab4b4c1c6e9a1acecdd239b16df919bfa9 (patch) | |
| tree | 200a52a8367846c3a3bf2c1384814ec1cf8b389f /man7/unix.7 | |
| parent | 40656bc7d080aa43971d74a648cfd7aba59e3f2e (diff) | |
| download | man-pages-1fe284ab4b4c1c6e9a1acecdd239b16df919bfa9.tar.gz | |
unix.7: Reworded the text of various errors
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 1ab218b3d9..1edcef756b 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -315,14 +315,14 @@ defined in .SH ERRORS .TP .B EADDRINUSE -Selected local address is already taken or file system socket +The specified local address is already taken or the file system socket object already exists. .TP .B ECONNREFUSED +The remote address specified by .BR connect (2) -called with a socket object that isn't listening. -This can happen when -the remote socket does not exist or the filename is not a socket. +was not a listening socket. +This can happen when the target filename is not a socket. .TP .B ECONNRESET Remote socket was unexpectedly closed. @@ -332,11 +332,11 @@ User memory address was not valid. .TP .B EINVAL Invalid argument passed. -A common cause is the missing setting of +A common cause is that the value .B AF_UNIX -in the +was not specified in the .I sun_type -field of passed addresses or the socket being in an +field of passed addresses, or the socket was in an invalid state for the applied operation. .TP .B EISCONN |
