diff options
-rw-r--r-- | src/lib/libc/net/gai_strerror.3 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3 index e0373eb91e..d271f492c5 100644 --- a/src/lib/libc/net/gai_strerror.3 +++ b/src/lib/libc/net/gai_strerror.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gai_strerror.3,v 1.9 2014/01/21 03:15:45 schwarze Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.10 2017/05/03 01:58:33 deraadt Exp $ |
2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ | 2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: January 21 2014 $ | 19 | .Dd $Mdocdate: May 3 2017 $ |
20 | .Dt GAI_STRERROR 3 | 20 | .Dt GAI_STRERROR 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -43,7 +43,7 @@ The following error codes and their meaning are defined in | |||
43 | .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact | 43 | .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact |
44 | .It Dv EAI_ADDRFAMILY | 44 | .It Dv EAI_ADDRFAMILY |
45 | address family for | 45 | address family for |
46 | .Fa hostname | 46 | .Fa name |
47 | not supported | 47 | not supported |
48 | .It Dv EAI_AGAIN | 48 | .It Dv EAI_AGAIN |
49 | temporary failure in name resolution | 49 | temporary failure in name resolution |
@@ -57,31 +57,31 @@ invalid value for | |||
57 | non-recoverable failure in name resolution | 57 | non-recoverable failure in name resolution |
58 | .It Dv EAI_FAMILY | 58 | .It Dv EAI_FAMILY |
59 | .Fa ai_family | 59 | .Fa ai_family |
60 | not supported. | 60 | not supported |
61 | .It Dv EAI_MEMORY | 61 | .It Dv EAI_MEMORY |
62 | memory allocation failure | 62 | memory allocation failure |
63 | .It Dv EAI_NODATA | 63 | .It Dv EAI_NODATA |
64 | no address associated with | 64 | no address associated with |
65 | .Fa hostname | 65 | .Fa name |
66 | .It Dv EAI_NONAME | 66 | .It Dv EAI_NONAME |
67 | .Fa hostname | 67 | .Fa name |
68 | or | 68 | or |
69 | .Fa servname | 69 | .Fa service |
70 | not provided, or not known | 70 | not provided, or not known |
71 | .It Dv EAI_OVERFLOW | 71 | .It Dv EAI_OVERFLOW |
72 | argument buffer overflow | 72 | argument buffer overflow |
73 | .It Dv EAI_PROTOCOL | 73 | .It Dv EAI_PROTOCOL |
74 | resolved protocol is unknown | 74 | resolved protocol is unknown |
75 | .It Dv EAI_SERVICE | 75 | .It Dv EAI_SERVICE |
76 | .Fa servname | 76 | .Fa service |
77 | not supported for | 77 | not supported for |
78 | .Fa ai_socktype | 78 | .Fa ai_socktype |
79 | .It Dv EAI_SOCKTYPE | 79 | .It Dv EAI_SOCKTYPE |
80 | .Fa ai_socktype | 80 | .Fa ai_socktype |
81 | not supported | 81 | not supported |
82 | .It Dv EAI_SYSTEM | 82 | .It Dv EAI_SYSTEM |
83 | system error returned in | 83 | system error (returned in |
84 | .Va errno | 84 | .Va errno ) |
85 | .El | 85 | .El |
86 | .Sh RETURN VALUES | 86 | .Sh RETURN VALUES |
87 | .Fn gai_strerror | 87 | .Fn gai_strerror |