Fix a typo, a period that should have been a comma.

This commit is contained in:
Warren Block 2014-01-27 13:14:44 +00:00
parent be1c56d976
commit 9f9c4249b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43663

View file

@ -3877,7 +3877,7 @@ ipfw add deny out</programlisting>
<literal>from any to me</literal>,
<literal>from 0.0.0.0/0 to any</literal>,
<literal>from any to 0.0.0.0/0</literal>,
<literal>from 0.0.0.0 to any</literal>.
<literal>from 0.0.0.0 to any</literal>,
<literal>from any to 0.0.0.0</literal>,
and <literal>from me to 0.0.0.0</literal>. IP addresses
are specified in dotted IP address format followed by the