diff --git a/LDP/users/Jason-Evans/Templates/Guide/adoc/ldp-guide-main.adoc b/LDP/users/Jason-Evans/Templates/Guide/adoc/ldp-guide-main.adoc index 037ffae8..5e101ac7 100644 --- a/LDP/users/Jason-Evans/Templates/Guide/adoc/ldp-guide-main.adoc +++ b/LDP/users/Jason-Evans/Templates/Guide/adoc/ldp-guide-main.adoc @@ -23,8 +23,9 @@ Point to http://somewhere.org[the latest version] of this document. Revision History ~~~~~~~~~~~~~~~~ -1.2 2003-02-28 MG More stuff you changed. 1.1 2003-01-22 MG Stuff you -changed. 1.0 2002-12-29 MG Initial release for TLDP +* 1.2 2003-02-28 MG More stuff you changed. +* 1.1 2003-01-22 MG Stuff you changed. +* 1.0 2002-12-29 MG Initial release for TLDP [[intro_05]] Contributions @@ -88,16 +89,13 @@ a| terminal view ------------- - |Literal computer input and output captured from the terminal, usually -rendered with a light grey background. + |Literal computer input and output captured from the terminal, usually rendered with a light grey background. |`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 -in `$VARNAME`. +|`VARIABLE` |Name of a variable or pointer to content of a variable, as in `$VARNAME`. -|`option` |Option to a command, as in ``the `-a` option to the `ls` -command''. +|`option` |Option to a command, as in ``the `-a` option to the `ls` command''. |`argument` |Argument to a command, as in ``read `man ls`''.