@@ -147,6 +147,10 @@ .SH ERRORS
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 @@ .SH ERRORS
(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.