summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-12-20 23:04:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-12-20 23:04:54 +0000
commitfd6a7740b64f934db7a943d186993daf91f9105d (patch)
tree6264d196cbdac989170aab210e49217548034b30
parent3f37fd6fabcb5e48a0a2e80051166f8f73bca137 (diff)
Start sentence with "The gai_strerror() function"
-rw-r--r--lib/libc/net/gai_strerror.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/net/gai_strerror.3 b/lib/libc/net/gai_strerror.3
index 7e121b4482f..06caac09933 100644
--- a/lib/libc/net/gai_strerror.3
+++ b/lib/libc/net/gai_strerror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gai_strerror.3,v 1.3 2004/12/20 19:22:16 millert Exp $
+.\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
@@ -28,8 +28,10 @@
.Ft "const char *"
.Fn gai_strerror "int ecode"
.Sh DESCRIPTION
+The
.Fn gai_strerror
-returns an error message string corresponding to the error code returned by
+function returns an error message string corresponding to the error code
+returned by
.Xr getaddrinfo 3
or
.Xr getnameinfo 3 .