diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-03-13 01:08:36 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-03-13 01:08:36 +0000 |
| commit | 438821dfc98f0b72952f0a91c66d67cf967a0083 (patch) | |
| tree | 02e2a5e732b9e6766767402e40b3c7688635babf /lib/libc | |
| parent | c95f3d84ce841f8c7545a664f85367c26b8c801e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/getaddrinfo.3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index 3992ca3abf95..2c1c765d60b6 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -555,6 +555,18 @@ not supported. .It Dv EAI_SYSTEM System error returned in .Va errno . +.It Dv EAI_BADHINTS +Invalid value for +.Fa hints . +.It Dv EAI_PROTOCOL +Resolved protocol is unknown. +.It Dv EAI_RESNULL +Argument +.Fa res +is +.Dv NULL . +.It Dv EAI_MAX +Unknown error. .El .Pp If called with an appropriate argument, |
