Fix grammar nits.
This commit is contained in:
parent
114ebb2f28
commit
90a33c8787
@ -201,21 +201,21 @@
|
|||||||
<title>Network Protocols</title>
|
<title>Network Protocols</title>
|
||||||
|
|
||||||
<para>&man.ipfw.4; rules now support comma-separated address lists
|
<para>&man.ipfw.4; rules now support comma-separated address lists
|
||||||
(like <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),
|
(such as <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),
|
||||||
and allows spaces after commas to make lists of addresses more readable.
|
and allow spaces after commas to make lists of addresses more readable.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
<para>&man.ipfw.4; rules now support C++-style comment.
|
<para>&man.ipfw.4; rules now support C++-style comments.
|
||||||
The comment is stored together with the rule and appears using
|
Each comment is stored together with its rule and appears using
|
||||||
&man.ipfw.8; <literal>show</literal> command.
|
the &man.ipfw.8; <literal>show</literal> command.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
<para>&man.ipfw.8; now allows to modify &man.ipfw.4; rules in set 31,
|
<para>&man.ipfw.8; can now modify &man.ipfw.4; rules in set 31,
|
||||||
which was read-only and used for the default rules.
|
which was read-only and used for the default rules.
|
||||||
They can be deleted by <command>ipfw delete set 31</command>
|
They can be deleted by <command>ipfw delete set 31</command>
|
||||||
command but are not deleted
|
command but are not deleted
|
||||||
by <command>ipfw flush</command> command.
|
by the <command>ipfw flush</command> command.
|
||||||
So this implements a flexible form of <quote>persistent
|
This implements a flexible form of <quote>persistent
|
||||||
rules</quote>. More details can be found in &man.ipfw.8;.
|
rules</quote>. More details can be found in &man.ipfw.8;.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
|
@ -201,21 +201,21 @@
|
|||||||
<title>Network Protocols</title>
|
<title>Network Protocols</title>
|
||||||
|
|
||||||
<para>&man.ipfw.4; rules now support comma-separated address lists
|
<para>&man.ipfw.4; rules now support comma-separated address lists
|
||||||
(like <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),
|
(such as <literal>1.2.3.4, 5.6.7.8/30, 9.10.11.12/22</literal>),
|
||||||
and allows spaces after commas to make lists of addresses more readable.
|
and allow spaces after commas to make lists of addresses more readable.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
<para>&man.ipfw.4; rules now support C++-style comment.
|
<para>&man.ipfw.4; rules now support C++-style comments.
|
||||||
The comment is stored together with the rule and appears using
|
Each comment is stored together with its rule and appears using
|
||||||
&man.ipfw.8; <literal>show</literal> command.
|
the &man.ipfw.8; <literal>show</literal> command.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
<para>&man.ipfw.8; now allows to modify &man.ipfw.4; rules in set 31,
|
<para>&man.ipfw.8; can now modify &man.ipfw.4; rules in set 31,
|
||||||
which was read-only and used for the default rules.
|
which was read-only and used for the default rules.
|
||||||
They can be deleted by <command>ipfw delete set 31</command>
|
They can be deleted by <command>ipfw delete set 31</command>
|
||||||
command but are not deleted
|
command but are not deleted
|
||||||
by <command>ipfw flush</command> command.
|
by the <command>ipfw flush</command> command.
|
||||||
So this implements a flexible form of <quote>persistent
|
This implements a flexible form of <quote>persistent
|
||||||
rules</quote>. More details can be found in &man.ipfw.8;.
|
rules</quote>. More details can be found in &man.ipfw.8;.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user