Add EADDRNOTAVAIL error.

This commit is contained in:
Michael Kerrisk 2006-07-05 15:04:08 +00:00
parent 7a71c2e569
commit 1ba452d4db
1 changed files with 6 additions and 4 deletions

View File

@ -217,6 +217,10 @@ Search permission is denied on a component of the path prefix.
(See also
.BR path_resolution (2).)
.TP
.B EADDRNOTAVAIL
A non-existent interface was requested or the requested
address was not local.
.TP
.B EFAULT
.I my_addr
points outside the user's accessible address space.
@ -253,11 +257,9 @@ The transparent proxy options are not described.
SVr4, 4.4BSD (the
.BR bind ()
function first appeared in 4.2BSD).
SVr4 documents additional
.BR EADDRNOTAVAIL
and
SVr4 documents an additional
.B ENOSR
general error conditions, and
general error condition, and
additional
.B EIO
and