From d1c9ea80c39b70a08ebbc28f95fbf8f7053280a2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 15 Nov 2010 06:36:53 +0100 Subject: [PATCH] unix.7: wfix Signed-off-by: Michael Kerrisk --- man7/unix.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/unix.7 b/man7/unix.7 index 7627e9bd4..b53328b3f 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