unix.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-15 06:36:53 +01:00
parent cd0221ea32
commit d1c9ea80c3
1 changed files with 3 additions and 3 deletions

View File

@ -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