version 1.3, 2010/05/12 15:25:22
|
version 1.5, 2010/05/12 15:50:00
|
Line 1
|
Line 1
|
<div class="programlisting"> |
<pre class="programlisting"><TMPL_VAR text></pre> |
<pre><tt> |
|
<TMPL_VAR text> |
|
</tt></pre> |
|
</div> |
|
<TMPL_UNLESS NAME="text"> |
<TMPL_UNLESS NAME="text"> |
|
|
## Description |
## Description |
Line 10
|
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 |
|
|
* *text* - text to display as program listing. |
* *text* - text to display as program listing. |
|
|