unix.7: Reworded the text of various errors

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-15 06:26:41 +01:00
parent 40656bc7d0
commit 1fe284ab4b
1 changed files with 7 additions and 7 deletions

View File

@ -315,14 +315,14 @@ defined in
.SH ERRORS .SH ERRORS
.TP .TP
.B EADDRINUSE .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. object already exists.
.TP .TP
.B ECONNREFUSED .B ECONNREFUSED
The remote address specified by
.BR connect (2) .BR connect (2)
called with a socket object that isn't listening. was not a listening socket.
This can happen when This can happen when the target filename is not a socket.
the remote socket does not exist or the filename is not a socket.
.TP .TP
.B ECONNRESET .B ECONNRESET
Remote socket was unexpectedly closed. Remote socket was unexpectedly closed.
@ -332,11 +332,11 @@ User memory address was not valid.
.TP .TP
.B EINVAL .B EINVAL
Invalid argument passed. Invalid argument passed.
A common cause is the missing setting of A common cause is that the value
.B AF_UNIX .B AF_UNIX
in the was not specified in the
.I sun_type .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. invalid state for the applied operation.
.TP .TP
.B EISCONN .B EISCONN