diff options
author | pjanzen <> | 2001-02-17 23:13:26 +0000 |
---|---|---|
committer | pjanzen <> | 2001-02-17 23:13:26 +0000 |
commit | 87171508ab76508dcd0cdb3dec386c68547d46f1 (patch) | |
tree | 399b44e597c3c86235766a2c4d7b372db3f489f1 | |
parent | 2a94113f788fe99372a5d44b064a53cd54cb43ec (diff) | |
download | openbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.tar.gz openbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.tar.bz2 openbsd-87171508ab76508dcd0cdb3dec386c68547d46f1.zip |
spelling and grammar
-rw-r--r-- | src/lib/libc/net/inet.3 | 6 |
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 | |||
100 | routine interprets the specified character string as an Internet address, | 100 | routine interprets the specified character string as an Internet address, |
101 | placing the address into the structure provided. | 101 | placing the address into the structure provided. |
102 | It returns 1 if the string was successfully interpreted, | 102 | It returns 1 if the string was successfully interpreted, |
103 | or 0 if the string is invalid. | 103 | or 0 if the string was invalid. |
104 | The | 104 | The |
105 | .Fn inet_addr | 105 | .Fn inet_addr |
106 | and | 106 | and |
@@ -202,7 +202,7 @@ In order to support scoped IPv6 addresses, | |||
202 | .Xr getaddrinfo 3 | 202 | .Xr getaddrinfo 3 |
203 | and | 203 | and |
204 | .Xr getnameinfo 3 | 204 | .Xr getnameinfo 3 |
205 | are recommeded than functions presented here. | 205 | are recommended rather than the functions presented here. |
206 | .Pp | 206 | .Pp |
207 | The presentation format of an IPv6 address is given in [RFC1884 2.2]: | 207 | The presentation format of an IPv6 address is given in [RFC1884 2.2]: |
208 | .Pp | 208 | .Pp |