Typo fixes.

PR: docs/17333
Submitted by: Kazuo Horikawa <horikawa@psinet.com>
This commit is contained in:
Yoshinobu Inoue 2000-03-12 19:50:12 +00:00
parent 89482e464f
commit 6a7a2d34b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57941
3 changed files with 14 additions and 14 deletions

View File

@ -102,7 +102,7 @@ to a network interface.
Specify that
.Ar len
bits are reserved as identifier for IPv6 sub-networks in
.Ar prefix.
.Ar prefix .
The
.Ar len
must be integer, and for syntactical reason it must be between 0 to 128.
@ -145,11 +145,11 @@ copied to the starting part of prefixes to be added on
.Cm add|change|setglobal
command, as decimal bit number.
.It Cm up_keeplen Ar use_prefix_keeplen
Specify the midium part of
Specify the medium part of
.Ar use_prefix
just next to the starting part specified by
.Ar use_prefix_uselen
, as decimal bit number.
.Ar use_prefix_uselen ,
as decimal bit number.
Contiguous bits part in the same bit position of an existent prefix
matched with
.Ar match_prefix
@ -171,7 +171,7 @@ as prefix valid life time for a prefix to be added.
Valid value for
.Ar time
is same as for
.Cm pltime.
.Cm pltime .
.It Cm raf_auto
Enable the autonomous address auto configuration for the prefix to be
added.

View File

@ -85,8 +85,8 @@ Specify a configuration file where configuration information is kept.
The program exits with 0 on success, and non-zero on failures.
.El
.Sh SEE ALSO
.Xr daemon 3
.Xr rrenumd.conf 5 ,
.Xr daemon 3 ,
.Xr rrenumd.conf 5
.Sh HISTORY
The
.Nm

View File

@ -61,15 +61,15 @@ square brackets (`[' and `]') are used to show optional
keywords and parameters.
The vertical bar (`|') is used to indicate
between a choice of optional parameters.
Parentheses (`(' and
`)') are used to group keywords and parameters when necessary.
Curly braces (`{' and
`}') are used to group keywords and parameters when necessary.
.\"
.Sh Interface specification
There are some statements that may or have to specify interface.
Interfaces are specified in the form of "name unit", such as
.Ar lo0
and
.Ar ep1.
.Ar ep1 .
.\"
.Sh Configuration Statements
.Bl -tag -width Ds
@ -164,7 +164,7 @@ copied to the starting part of prefixes to be added on
.Cm add|change|setglobal
command, as decimal bit number.
.It Cm keeplen Ar keeplen-val
Specify the midium part of
Specify the medium part of
.Ar use-prefix-val
just next to the starting part specified by
.Ar use-prefix-len
@ -250,7 +250,7 @@ fec0:0:0::/48 and with its own subnet number.
(in this case,
subnet number is 7th and 8th octet value of the prefix)
.Pp
If you want to assigne prefixes beginning with fec0:1:1::/48
If you want to assign prefixes beginning with fec0:1:1::/48
to each subnet, then following configuration will be enough,
if each of your routers supports IPv6 multicast forwarding.
The subnet number of the existing fec0:0:0::/48 prefix and the
@ -278,7 +278,7 @@ add match-prefix fec0:0:0:: /48 use-prefix fec0:1:1:: /48 keeplen 16;
If you are going to do renumbering, then following procedure will be natural.
.Bl -enum -offset indent
.It
Assigne new prefix.
Assign new prefix.
.It
Set old prefix lifetimes to some appropriate transition
period.
@ -334,7 +334,7 @@ command is almost same with
command except that it deletes all pre-defined IPv6 global address.
.Sh SEE ALSO
.Xr rrenumd 8
.Xr rrenumd 8 ,
.Xr prefix 8
.Sh HISTORY
The