summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-04-20 16:37:08 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-04-20 16:37:08 +0000
commit1c202267a428ed905f943f0ade7aa720476653e5 (patch)
tree7bee5551d598ccf663e496f408616b36ecdcf297 /lib/libc/net
parent8a5214ef8c119cf105de6075d7b8ece1d6fbfb5a (diff)
use "an addrinfo", not "a addrinfo". ok jmc
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getaddrinfo.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 44d3377b13c..af3df3c2f61 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.49 2012/01/03 12:06:04 jmc Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.50 2012/04/20 16:37:07 sthen Exp $
.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 3 2012 $
+.Dd $Mdocdate: April 20 2012 $
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -299,7 +299,7 @@ is released by the
function.
The
.Fa ai
-pointer should be a
+pointer should be an
.Li addrinfo
structure created by a call to
.Fn getaddrinfo .