From 577251dfb1d2c63d8022944d12ed567d8409c17a Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Wed, 6 Nov 2024 10:53:47 +0100 Subject: [PATCH] bind.2: move EADDRNOTAVAIL to general errors EADDRNOTAVAIL is not a socket specific error Message-ID: Signed-off-by: Alejandro Colomar --- man/man2/bind.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.2