Recover lost <replaceable> tags.
This commit is contained in:
parent
3c9c021453
commit
e5e6dae2ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44372
1 changed files with 2 additions and 2 deletions
|
@ -1702,7 +1702,7 @@ options IPDIVERT # enables NAT</programlisting>
|
|||
firewall rules.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>filename</literal>: full path of the file
|
||||
<para><filename><replaceable>filename</replaceable></filename>: full path of the file
|
||||
containing the firewall ruleset.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -2501,7 +2501,7 @@ good_tcpo="22,25,37,53,80,443,110"</programlisting>
|
|||
<para>To zero the counters for just the rule with number
|
||||
<replaceable>NUM</replaceable>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ipfw zero NUM</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ipfw zero <replaceable>NUM</replaceable></userinput></screen>
|
||||
|
||||
<sect3>
|
||||
<title>Logging Firewall Messages</title>
|
||||
|
|
Loading…
Reference in a new issue