summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjanzen <>2001-02-17 23:13:26 +0000
committerpjanzen <>2001-02-17 23:13:26 +0000
commit87171508ab76508dcd0cdb3dec386c68547d46f1 (patch)
tree399b44e597c3c86235766a2c4d7b372db3f489f1
parent2a94113f788fe99372a5d44b064a53cd54cb43ec (diff)
downloadopenbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.tar.gz
openbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.tar.bz2
openbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.zip
spelling and grammar
-rw-r--r--src/lib/libc/net/inet.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3
index 7eb55caf3c..62f526c09d 100644
--- a/src/lib/libc/net/inet.3
+++ b/src/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet.3,v 1.12 2000/09/22 20:09:31 aaron Exp $ 1.\" $OpenBSD: inet.3,v 1.13 2001/02/17 23:13:26 pjanzen Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -100,7 +100,7 @@ The
100routine interprets the specified character string as an Internet address, 100routine interprets the specified character string as an Internet address,
101placing the address into the structure provided. 101placing the address into the structure provided.
102It returns 1 if the string was successfully interpreted, 102It returns 1 if the string was successfully interpreted,
103or 0 if the string is invalid. 103or 0 if the string was invalid.
104The 104The
105.Fn inet_addr 105.Fn inet_addr
106and 106and
@@ -202,7 +202,7 @@ In order to support scoped IPv6 addresses,
202.Xr getaddrinfo 3 202.Xr getaddrinfo 3
203and 203and
204.Xr getnameinfo 3 204.Xr getnameinfo 3
205are recommeded than functions presented here. 205are recommended rather than the functions presented here.
206.Pp 206.Pp
207The presentation format of an IPv6 address is given in [RFC1884 2.2]: 207The presentation format of an IPv6 address is given in [RFC1884 2.2]:
208.Pp 208.Pp