]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bind.2: move EADDRNOTAVAIL to general errors
authorPhilipp Takacs <philipp@bureaucracy.de>
Wed, 6 Nov 2024 09:53:47 +0000 (10:53 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 6 Nov 2024 10:47:52 +0000 (11:47 +0100)
EADDRNOTAVAIL is not a socket specific error
Message-ID: <eee2fe5c6c3d6203e1e528a998b0de2c.philipp@bureaucracy.de>

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/bind.2

index a59ac16f9336fe9026efbd6dfc75a478277252f8..330a808b7e84e63995ca509ccf2d4d7683bb0813 100644 (file)
@@ -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.