summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/gai_strerror.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3
index 7e121b4482..06caac0993 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.3 2004/12/20 19:22:16 millert Exp $ 1.\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $
2.\" 2.\"
3.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 3.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
4.\" Copyright (C) 2000, 2001 Internet Software Consortium. 4.\" Copyright (C) 2000, 2001 Internet Software Consortium.
@@ -28,8 +28,10 @@
28.Ft "const char *" 28.Ft "const char *"
29.Fn gai_strerror "int ecode" 29.Fn gai_strerror "int ecode"
30.Sh DESCRIPTION 30.Sh DESCRIPTION
31The
31.Fn gai_strerror 32.Fn gai_strerror
32returns an error message string corresponding to the error code returned by 33function returns an error message string corresponding to the error code
34returned by
33.Xr getaddrinfo 3 35.Xr getaddrinfo 3
34or 36or
35.Xr getnameinfo 3 . 37.Xr getnameinfo 3 .