mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
Document -T
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0beb327f0a
commit
2f288a83c8
@ -62,6 +62,8 @@
|
|||||||
|
|
||||||
<arg><option>-r</option></arg>
|
<arg><option>-r</option></arg>
|
||||||
|
|
||||||
|
<arg><option>-T</option></arg>
|
||||||
|
|
||||||
<arg><replaceable>directory</replaceable></arg>
|
<arg><replaceable>directory</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
@ -92,6 +94,8 @@
|
|||||||
|
|
||||||
<arg><option>-p</option></arg>
|
<arg><option>-p</option></arg>
|
||||||
|
|
||||||
|
<arg><option>-T</option></arg>
|
||||||
|
|
||||||
<arg><replaceable>directory</replaceable></arg>
|
<arg><replaceable>directory</replaceable></arg>
|
||||||
|
|
||||||
<arg choice="opt"><replaceable>pathname</replaceable></arg>
|
<arg choice="opt"><replaceable>pathname</replaceable></arg>
|
||||||
@ -730,6 +734,10 @@
|
|||||||
<para>The <option>-r</option> option was added in Shorewall 4.5.2
|
<para>The <option>-r</option> option was added in Shorewall 4.5.2
|
||||||
and causes the compiler to print the generated ruleset to standard
|
and causes the compiler to print the generated ruleset to standard
|
||||||
out.</para>
|
out.</para>
|
||||||
|
|
||||||
|
<para>The <option>-T</option> option was added in Shorewall 4.4.20
|
||||||
|
and causes a Perl stack trace to be included with each
|
||||||
|
compiler-generated error and warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -782,6 +790,10 @@
|
|||||||
<para>The <option>-p</option> option causes the compiler to be
|
<para>The <option>-p</option> option causes the compiler to be
|
||||||
profiled via the Perl <option>-wd:DProf</option> command-line
|
profiled via the Perl <option>-wd:DProf</option> command-line
|
||||||
option.</para>
|
option.</para>
|
||||||
|
|
||||||
|
<para>The <option>-T</option> option was added in Shorewall 4.4.20
|
||||||
|
and causes a Perl stack trace to be included with each
|
||||||
|
compiler-generated error and warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -46,6 +46,8 @@
|
|||||||
|
|
||||||
<arg><option>-r</option></arg>
|
<arg><option>-r</option></arg>
|
||||||
|
|
||||||
|
<arg><option>-T</option></arg>
|
||||||
|
|
||||||
<arg><replaceable>directory</replaceable></arg>
|
<arg><replaceable>directory</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
@ -73,6 +75,8 @@
|
|||||||
|
|
||||||
<arg><option>-d</option></arg>
|
<arg><option>-d</option></arg>
|
||||||
|
|
||||||
|
<arg><option>-T</option></arg>
|
||||||
|
|
||||||
<arg><replaceable>directory</replaceable></arg>
|
<arg><replaceable>directory</replaceable></arg>
|
||||||
|
|
||||||
<arg choice="opt"><replaceable>pathname</replaceable></arg>
|
<arg choice="opt"><replaceable>pathname</replaceable></arg>
|
||||||
@ -592,6 +596,10 @@
|
|||||||
<para>The <option>-r</option> option was added in Shorewall 4.5.2
|
<para>The <option>-r</option> option was added in Shorewall 4.5.2
|
||||||
and causes the compiler to print the generated ruleset to standard
|
and causes the compiler to print the generated ruleset to standard
|
||||||
out.</para>
|
out.</para>
|
||||||
|
|
||||||
|
<para>The <option>-T</option> option was added in Shorewall 4.4.20
|
||||||
|
and causes a Perl stack trace to be included with each
|
||||||
|
compiler-generated error and warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -638,6 +646,10 @@
|
|||||||
<para>The <option>-p</option> option causes the compiler to be
|
<para>The <option>-p</option> option causes the compiler to be
|
||||||
profiled via the Perl <option>-wd:DProf</option> command-line
|
profiled via the Perl <option>-wd:DProf</option> command-line
|
||||||
option.</para>
|
option.</para>
|
||||||
|
|
||||||
|
<para>The <option>-T</option> option was added in Shorewall 4.4.20
|
||||||
|
and causes a Perl stack trace to be included with each
|
||||||
|
compiler-generated error and warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user