diff options
author | 2004-12-20 23:04:53 +0000 | |
---|---|---|
committer | 2004-12-20 23:04:53 +0000 | |
commit | 5b5c3ea1e823385d72a9cbd99a1b344c3bcb8a37 (patch) | |
tree | 6de603fe938ec6fa3a3af95456922e5b34e292e4 /lib/libc | |
parent | allow a replacing package to replace several packages, in principle: (diff) | |
download | wireguard-openbsd-5b5c3ea1e823385d72a9cbd99a1b344c3bcb8a37.tar.xz wireguard-openbsd-5b5c3ea1e823385d72a9cbd99a1b344c3bcb8a37.zip |
Start sentence with "The gai_strerror() function"
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/gai_strerror.3 | 6 |
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 . |