Clarify 'trace' and the compiled script

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-03-07 13:13:43 -08:00
parent d3de75dd12
commit de761ac657
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -214,8 +214,10 @@
<programlisting>shorewall trace check -r</programlisting>
<para>This produces a large amount of diagnostic output to standard out
during the compilation step. If entered on a command that doesn't invoke
the compiler, <emphasis role="bold">trace</emphasis> is ignored.</para>
during the compilation step. If the command invokes the compiled firewall
script, then that script's execution is traced to standard error. If
entered on a command that invokes neither the compiler nor the compiled
script, <emphasis role="bold">trace</emphasis> is ignored.</para>
<para>Commands that invoke a compiled fireawll script can have the word
debug inserted immediately after the command.</para>