diff options
| author | Philipp Takacs <philipp@bureaucracy.de> | 2024-11-06 10:53:47 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-06 11:47:52 +0100 |
| commit | 577251dfb1d2c63d8022944d12ed567d8409c17a (patch) | |
| tree | 612eeb4b6563a99cfe460e01f68e56a7d82a1dd9 | |
| parent | f6ebb46dfba40902656321f16bfb38daf4d99377 (diff) | |
| download | man-pages-577251dfb1d2c63d8022944d12ed567d8409c17a.tar.gz | |
bind.2: move EADDRNOTAVAIL to general errors
EADDRNOTAVAIL is not a socket specific error
Message-ID: <eee2fe5c6c3d6203e1e528a998b0de2c.philipp@bureaucracy.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/bind.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man2/bind.2 b/man/man2/bind.2 index a59ac16f93..330a808b7e 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. |
