Skip to content

Commit

Permalink
Spell check man pages and README
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 7, 2021
1 parent 0230531 commit 194c894
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ larger than the default 20. mrouted needs 3x the number of interfaces
(vifs) for the relevant control protocol groups. The kernel (Linux &
BSD) *maximum* number of interfaces to use for multicast routing is 32.

**Note:** mrouted must run with suffient capabilities, or as root.
**Note:** mrouted must run with sufficient capabilities, or as root.


Configuration
Expand Down
4 changes: 2 additions & 2 deletions man/mrouted.8
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In order to support multicasting among subnets that are separated by
GRE tunnels. However,
.Nm
includes (built-in) support for IP-in-IP tunnels, which are virtual
point-to-point links between pairs of DVMRP capable rotuers located
point-to-point links between pairs of DVMRP capable routers located
anywhere in an internet. IP multicast packets are encapsulated for
transmission through tunnels, so that they look like normal unicast
datagrams to intervening routers and subnets. The encapsulation is
Expand All @@ -73,7 +73,7 @@ support for multicast routing by the regular (unicast) routers.
suffers from the well-known scaling problems of any distance-vector
routing protocol, and does not support hierarchical multicast routing.
.Pp
A more common practise today is to set up GRE tunnels between multicast
A more common practice today is to set up GRE tunnels between multicast
capable routers and limit
.Nm
to run on a select number of interfaces listed in the configuration.
Expand Down
6 changes: 3 additions & 3 deletions man/mrouted.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ disable all phyint (this setting), and then selectively enable only the
ones needed.
.It Cm phyint Ar <local-addr | ifname> Oo Cm disable | enable Oc Oo Cm passive Oc Oo Cm blaster Oc Oo Cm force-leaf Oc Oo Cm noflood Oc Oo Cm igmpv1 | igmpv2 | igmpv3 Oc Oo Cm static-group Ar group Oc Oo Cm altnet Ar network Ns / Ns Ar mask-len Oc Oo Cm boundary Ar boundary-name | scoped-addr Ns / Ns Ar mask-len Oc Oo Cm metric Ar <1-31> Oc Oo Cm advert-metric Ar <0-31> Oc Oo Cm prune-lifetime Ar sec Oc Oo Cm rexmit-prunes Oo Ar on | off Oc Oc Oo Cm allow-nonpruners Oc Oo Cm notransit Oc Oo Cm accept|deny Po Ar route Ns / Ns Ar mask-len Oo Cm exact Oc Pc Ns + Oo Cm bidir Oc Oc Oo Cm rate-limit Ar kbps Oc Oo Cm threshold Ar ttl Oc
.Pp
This setting selects and alters properties of the phyiscal interfaces
This setting selects and alters properties of the physical interfaces
.Nm mrouted
operates on. Interfaces can be identified using their local IP address
or their name.
Expand Down Expand Up @@ -298,9 +298,9 @@ keyword. If the keyword
follows a route, then only that route is matched; otherwise, that route
and any more specific route is matched. For example,
.Cm deny 0/0
denys all routes, while
denies all routes, while
.Cm deny 0/0 Ar exact
denys only the default route. The default route may also be specified
denies only the default route. The default route may also be specified
with the
.Cm default
keyword.
Expand Down

0 comments on commit 194c894

Please sign in to comment.