aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man2/bind.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man2/bind.2 b/man/man2/bind.2
index a59ac16f93..330a808b7e 100644
--- a/man/man2/bind.2
+++ b/man/man2/bind.2
@@ -147,6 +147,10 @@ is not a valid address for this socket's domain.
The file descriptor
.I sockfd
does not refer to a socket.
+.TP
+.B EADDRNOTAVAIL
+A nonexistent interface was requested or the requested
+address was not local.
.P
The following errors are specific to UNIX domain
.RB ( AF_UNIX )
@@ -157,10 +161,6 @@ Search permission is denied on a component of the path prefix.
(See also
.BR path_resolution (7).)
.TP
-.B EADDRNOTAVAIL
-A nonexistent interface was requested or the requested
-address was not local.
-.TP
.B EFAULT
.I addr
points outside the user's accessible address space.