EADDRNOTAVAIL is not a socket specific error
Message-ID: <
eee2fe5c6c3d6203e1e528a998b0de2c.philipp@bureaucracy.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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 )
(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.