version 1.4, 2010/05/12 15:32:14
|
version 1.6, 2010/05/12 16:33:34
|
Line 1
|
Line 1
|
<pre class="programlisting"><tt> |
<pre class="programlisting"><TMPL_VAR text></pre> |
<TMPL_VAR text> |
|
</tt></pre> |
|
<TMPL_UNLESS NAME="text"> |
<TMPL_UNLESS NAME="text"> |
|
|
## Description |
## Description |
Line 8
|
Line 6
|
Use this template to display a program listing, or a succession of commands (together with their output). |
Use this template to display a program listing, or a succession of commands (together with their output). |
|
|
Remember that shell commands may be prefixed by: |
Remember that shell commands may be prefixed by: |
|
|
* *$* when the command should be run as a normal user |
* *$* when the command should be run as a normal user |
* *#* when the command should be run as root |
* *#* when the command should be run as root |
|
|