[PATCH] bind.2: move EADDRNOTAVAIL to general errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



EADDRNOTAVAIL is not a socket specific error
---
 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 @@ .SH ERRORS
 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 @@ .SH ERRORS
 (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.39.5






[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux