Misc. fixes from jmc@openbsd.
This commit is contained in:
parent
6a8058b52a
commit
3ca9503cd5
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: inet.3,v 1.21 2003/04/29 12:39:20 wiz Exp $
|
.\" $NetBSD: inet.3,v 1.22 2003/05/03 19:11:31 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -235,8 +235,7 @@ Due to the method of allocating certain styles of IPv6
|
||||||
addresses, it will be common for addresses to contain long
|
addresses, it will be common for addresses to contain long
|
||||||
strings of zero bits.
|
strings of zero bits.
|
||||||
In order to make writing addresses
|
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.
|
compress the zeros.
|
||||||
The use of ``::'' indicates multiple groups of 16-bits of zeros.
|
The use of ``::'' indicates multiple groups of 16-bits of zeros.
|
||||||
The ``::'' can only appear once in an address.
|
The ``::'' can only appear once in an address.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: inet6_option_space.3,v 1.8 2003/04/16 13:34:42 wiz Exp $
|
.\" $NetBSD: inet6_option_space.3,v 1.9 2003/05/03 19:11:31 wiz Exp $
|
||||||
.\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
|
.\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1987, 1991, 1993
|
.\" Copyright (c) 1983, 1987, 1991, 1993
|
||||||
|
@ -68,7 +68,7 @@ ancillary data manipulation.
|
||||||
RFC2292 defines a set of functions to help the application.
|
RFC2292 defines a set of functions to help the application.
|
||||||
The function prototypes for
|
The function prototypes for
|
||||||
these functions are all in the
|
these functions are all in the
|
||||||
.Aq Li netinet/in.h
|
.Aq Pa netinet/in.h
|
||||||
header.
|
header.
|
||||||
.\"
|
.\"
|
||||||
.Ss inet6_option_space
|
.Ss inet6_option_space
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: inet6_rthdr_space.3,v 1.8 2003/04/16 13:34:42 wiz Exp $
|
.\" $NetBSD: inet6_rthdr_space.3,v 1.9 2003/05/03 19:11:31 wiz Exp $
|
||||||
.\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $
|
.\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1987, 1991, 1993
|
.\" Copyright (c) 1983, 1987, 1991, 1993
|
||||||
|
@ -95,7 +95,7 @@ fetch one flag from a Routing header
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The function prototypes for these functions are all in the
|
The function prototypes for these functions are all in the
|
||||||
.Aq Li netinet/in.h
|
.Aq Pa netinet/in.h
|
||||||
header.
|
header.
|
||||||
.\"
|
.\"
|
||||||
.Ss inet6_rthdr_space
|
.Ss inet6_rthdr_space
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ns.3,v 1.14 2003/04/16 13:34:42 wiz Exp $
|
.\" $NetBSD: ns.3,v 1.15 2003/05/03 19:11:31 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1986, 1991, 1993
|
.\" Copyright (c) 1986, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -107,7 +107,7 @@ as hexadecimal if there is a leading
|
||||||
a trailing
|
a trailing
|
||||||
.Ql H
|
.Ql H
|
||||||
(as in Mesa), or there are any super-decimal digits present.
|
(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
|
.Ql 0
|
||||||
and there are no super-octal digits.
|
and there are no super-octal digits.
|
||||||
Otherwise, it is converted as a decimal number.
|
Otherwise, it is converted as a decimal number.
|
||||||
|
|
Loading…
Reference in New Issue