From: Philipp Takacs Date: Wed, 6 Nov 2024 09:53:47 +0000 (+0100) Subject: bind.2: move EADDRNOTAVAIL to general errors X-Git-Tag: man-pages-6.10~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577251dfb1d2c63d8022944d12ed567d8409c17a;p=thirdparty%2Fman-pages.git bind.2: move EADDRNOTAVAIL to general errors EADDRNOTAVAIL is not a socket specific error Message-ID: Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/bind.2 b/man/man2/bind.2 index a59ac16f9..330a808b7 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.