Remove some extraneous words in the multicast routing section that don't

make sense.

While here, fix a nearby misspelling.

Submitted by:	"Craig Reyenga" <craig@craig.afraid.org>
This commit is contained in:
Bruce A. Mah 2003-06-24 16:41:06 +00:00
parent 7dc39d8c32
commit fc38500c0e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17420

View file

@ -492,7 +492,7 @@ host2.example.com link#1 UC 0 0
<para>FreeBSD supports both multicast applications and multicast
routing natively. Multicast applications do not require any
special configuration of FreeBSD; applications will generally
run out of the box. Multicast routing requires configuration
run out of the box. Multicast routing
requires that support be compiled into the kernel:</para>
<programlisting>options MROUTING</programlisting>
@ -500,7 +500,7 @@ host2.example.com link#1 UC 0 0
<para>In addition, the multicast routing daemon, &man.mrouted.8;
must be configured to set up tunnels and DVMRP via
<filename>/etc/mrouted.conf</filename>. More details on
multicast configuratoin may be found in the man pages for
multicast configuration may be found in the man pages for
mrouted.</para>
</sect2>
</sect1>