Fix a typo, a period that should have been a comma.
This commit is contained in:
parent
be1c56d976
commit
9f9c4249b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43663
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue