diff options
author | jmc <> | 2003-05-01 19:17:37 +0000 |
---|---|---|
committer | jmc <> | 2003-05-01 19:17:37 +0000 |
commit | 75a05b7a6dc69188fe7cedbf785f003fd2949f31 (patch) | |
tree | 63f3c7a11eb29447050e689df29269f7442376c8 /src/lib/libc/net/inet.3 | |
parent | 4fee542bdc3c7525d3cdec0f32496a4c4c857c2b (diff) | |
download | openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.tar.gz openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.tar.bz2 openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.zip |
typos;
Diffstat (limited to 'src/lib/libc/net/inet.3')
-rw-r--r-- | src/lib/libc/net/inet.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3 index 0122c924e3..b15c478aef 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.14 2003/03/04 17:19:36 henning Exp $ | 1 | .\" $OpenBSD: inet.3,v 1.15 2003/05/01 19:17:37 jmc 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 |
@@ -227,8 +227,7 @@ Due to the method of allocating certain styles of IPv6 | |||
227 | addresses, it will be common for addresses to contain long | 227 | addresses, it will be common for addresses to contain long |
228 | strings of zero bits. | 228 | strings of zero bits. |
229 | In order to make writing addresses | 229 | In order to make writing addresses |
230 | .Pp | 230 | containing zero bits easier, a special syntax is available to |
231 | containing zero bits easier a special syntax is available to | ||
232 | compress the zeros. | 231 | compress the zeros. |
233 | The use of | 232 | The use of |
234 | .Dq \&:\&: | 233 | .Dq \&:\&: |
@@ -296,7 +295,7 @@ The | |||
296 | .Nm inet_ntop | 295 | .Nm inet_ntop |
297 | and | 296 | and |
298 | .Nm inet_pton | 297 | .Nm inet_pton |
299 | functions conforms to the IETF IPv6 BSD API and address formatting | 298 | functions conform to the IETF IPv6 BSD API and address formatting |
300 | specifications. | 299 | specifications. |
301 | Note that | 300 | Note that |
302 | .Nm inet_pton | 301 | .Nm inet_pton |