summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>2017-05-03 01:58:33 +0000
committerderaadt <>2017-05-03 01:58:33 +0000
commit10e7c047170de727049c508ec5980d39fa2329c8 (patch)
tree539a83ada5e8a7ea0268586676c6e57a8847db87 /src/lib
parent75b92fd954a289e0af58a52a0fb48c3752eeac58 (diff)
downloadopenbsd-10e7c047170de727049c508ec5980d39fa2329c8.tar.gz
openbsd-10e7c047170de727049c508ec5980d39fa2329c8.tar.bz2
openbsd-10e7c047170de727049c508ec5980d39fa2329c8.zip
make the description strings match the code
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/gai_strerror.320
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
45address family for 45address family for
46.Fa hostname 46.Fa name
47not supported 47not supported
48.It Dv EAI_AGAIN 48.It Dv EAI_AGAIN
49temporary failure in name resolution 49temporary failure in name resolution
@@ -57,31 +57,31 @@ invalid value for
57non-recoverable failure in name resolution 57non-recoverable failure in name resolution
58.It Dv EAI_FAMILY 58.It Dv EAI_FAMILY
59.Fa ai_family 59.Fa ai_family
60not supported. 60not supported
61.It Dv EAI_MEMORY 61.It Dv EAI_MEMORY
62memory allocation failure 62memory allocation failure
63.It Dv EAI_NODATA 63.It Dv EAI_NODATA
64no address associated with 64no 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
68or 68or
69.Fa servname 69.Fa service
70not provided, or not known 70not provided, or not known
71.It Dv EAI_OVERFLOW 71.It Dv EAI_OVERFLOW
72argument buffer overflow 72argument buffer overflow
73.It Dv EAI_PROTOCOL 73.It Dv EAI_PROTOCOL
74resolved protocol is unknown 74resolved protocol is unknown
75.It Dv EAI_SERVICE 75.It Dv EAI_SERVICE
76.Fa servname 76.Fa service
77not supported for 77not 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
81not supported 81not supported
82.It Dv EAI_SYSTEM 82.It Dv EAI_SYSTEM
83system error returned in 83system 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