template update

This commit is contained in:
Jason S. Evans 2016-02-20 15:20:38 +01:00
parent b38ffcbc08
commit e316f5374c
1 changed files with 6 additions and 8 deletions

View File

@ -23,8 +23,9 @@ Point to http://somewhere.org[the latest version] of this document.
Revision History Revision History
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
1.2 2003-02-28 MG More stuff you changed. 1.1 2003-01-22 MG Stuff you * 1.2 2003-02-28 MG More stuff you changed.
changed. 1.0 2002-12-29 MG Initial release for TLDP * 1.1 2003-01-22 MG Stuff you changed.
* 1.0 2002-12-29 MG Initial release for TLDP
[[intro_05]] [[intro_05]]
Contributions Contributions
@ -88,16 +89,13 @@ a|
terminal view terminal view
------------- -------------
|Literal computer input and output captured from the terminal, usually |Literal computer input and output captured from the terminal, usually rendered with a light grey background.
rendered with a light grey background.
|`command` |Name of a command that can be entered on the command line. |`command` |Name of a command that can be entered on the command line.
|`VARIABLE` |Name of a variable or pointer to content of a variable, as |`VARIABLE` |Name of a variable or pointer to content of a variable, as in `$VARNAME`.
in `$VARNAME`.
|`option` |Option to a command, as in ``the `-a` option to the `ls` |`option` |Option to a command, as in ``the `-a` option to the `ls` command''.
command''.
|`argument` |Argument to a command, as in ``read `man ls`''. |`argument` |Argument to a command, as in ``read `man ls`''.