Add EAI_OVERFLOW per RFC3493, POSIX and XPG6.
This commit is contained in:
parent
02f699b68e
commit
c4276fd553
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: gai_strerror.3,v 1.2 2005/01/12 14:35:55 wiz Exp $
|
||||
.\" $NetBSD: gai_strerror.3,v 1.3 2006/02/22 14:26:30 ginsbach Exp $
|
||||
.\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $
|
||||
.\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $
|
||||
.\"
|
||||
|
@ -17,7 +17,7 @@
|
|||
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
.\" PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd December 20, 2004
|
||||
.Dd February 22, 2005
|
||||
.Dt GAI_STRERROR 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -69,6 +69,8 @@ no address associated with
|
|||
or
|
||||
.Fa servname
|
||||
not provided, or not known
|
||||
.It Dv EAI_OVERFLOW
|
||||
argument buffer overflow
|
||||
.It Dv EAI_PROTOCOL
|
||||
resolved protocol is unknown
|
||||
.It Dv EAI_SERVICE
|
||||
|
|
Loading…
Reference in New Issue