diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-01 19:17:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-01 19:17:38 +0000 |
commit | 4873e0ae1050974114863928dd5e1137b31a68e5 (patch) | |
tree | 07191cdf7de37047c27a38c2562af5a396f90fb5 /lib/libc | |
parent | ebd78d6dd6dac99b09268c8d90506b5fb7b6939d (diff) |
typos;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet.3 | 7 | ||||
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/inet_net.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/ipx.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/ns.3 | 4 |
6 files changed, 15 insertions, 16 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 0122c924e37..b15c478aef6 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.14 2003/03/04 17:19:36 henning Exp $ +.\" $OpenBSD: inet.3,v 1.15 2003/05/01 19:17:37 jmc Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -227,8 +227,7 @@ Due to the method of allocating certain styles of IPv6 addresses, it will be common for addresses to contain long strings of zero bits. In order to make writing addresses -.Pp -containing zero bits easier a special syntax is available to +containing zero bits easier, a special syntax is available to compress the zeros. The use of .Dq \&:\&: @@ -296,7 +295,7 @@ The .Nm inet_ntop and .Nm inet_pton -functions conforms to the IETF IPv6 BSD API and address formatting +functions conform to the IETF IPv6 BSD API and address formatting specifications. Note that .Nm inet_pton diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 24919d074e1..5150b191bd7 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.9 2003/01/18 23:53:49 deraadt Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.10 2003/05/01 19:17:37 jmc Exp $ .\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -68,7 +68,7 @@ ancillary data manipulation. RFC2292 defines a set of functions to help the application. The function prototypes for these functions are all in the -.Aq Li netinet/in.h +.Aq Pa netinet/in.h header. .\" .Ss inet6_option_space @@ -248,7 +248,7 @@ is the value of the option data length byte for this option. This value is required as an argument to allow the function to determine if padding must be appended at the end of the option. (The -.Fn inet6_option_append +.Fn inet6_option_append function does not need a data length argument since the option data length must already be stored by the caller.) .Pp diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 3b0d893d046..06a56715b59 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.9 2003/01/18 23:53:49 deraadt Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.10 2003/05/01 19:17:37 jmc Exp $ .\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -95,7 +95,7 @@ fetch one flag from a Routing header .El .Pp The function prototypes for these functions are all in the -.Aq Li netinet/in.h +.Aq Pa netinet/in.h header. .\" .Ss inet6_rthdr_space diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3 index 51a2aa5ac34..c14fa52e386 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.9 2003/03/06 20:48:35 jmc Exp $ +.\" $OpenBSD: inet_net.3,v 1.10 2003/05/01 19:17:37 jmc Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -141,9 +141,9 @@ a 24 bit network number (explicit), value .Li 10.1.2.3 . .El .Pp -Note that when the number of bits is especified using +Note that when the number of bits is specified using .Dq Li /bits -notation the value of the address still includes all bits suplied +notation, the value of the address still includes all bits suplied in the external representation, even those bits which are the host part of an internet address. Also, unlike diff --git a/lib/libc/net/ipx.3 b/lib/libc/net/ipx.3 index 21c57a355d0..670f174d8b9 100644 --- a/lib/libc/net/ipx.3 +++ b/lib/libc/net/ipx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipx.3,v 1.8 2001/08/02 20:37:35 hugh Exp $ +.\" $OpenBSD: ipx.3,v 1.9 2003/05/01 19:17:37 jmc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,7 +98,7 @@ as hexadecimal if there is a leading a trailing .Sq H (as in Mesa), or there are any super-decimal digits present. -It is interpreted as octal is there is a leading +It is interpreted as octal if there is a leading .Ql 0 and there are no super-octal digits. Otherwise, it is converted as a decimal number. diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3 index 14e234c347c..883b079db2a 100644 --- a/lib/libc/net/ns.3 +++ b/lib/libc/net/ns.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ns.3,v 1.7 2001/08/02 20:37:35 hugh Exp $ +.\" $OpenBSD: ns.3,v 1.8 2003/05/01 19:17:37 jmc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -103,7 +103,7 @@ as hexadecimal if there is a leading a trailing .Sq H (as in Mesa), or there are any super-decimal digits present. -It is interpreted as octal is there is a leading +It is interpreted as octal if there is a leading .Ql 0 and there are no super-octal digits. Otherwise, it is converted as a decimal number. |