Markup a couple of commands in <command> tags.

PR:		docs/39092
Submitted by:	Marc Fonvieille <marc@blackend.org>
This commit is contained in:
Giorgos Keramidas 2002-06-12 00:12:40 +00:00
parent 2c4dd57379
commit 9b77fe7ea0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13377

View file

@ -1174,7 +1174,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
placing a <literal>$</literal> character in front of it on the
command line. For example, <command>echo $TERM</command> would
print out whatever <envar>$TERM</envar> is set to, because the shell
expands <envar>$TERM</envar> and passes it on to echo.</para>
expands <envar>$TERM</envar> and passes it on to <command>echo</command>.</para>
<para>Shells treat a lot of special characters, called meta-characters
as special representations of data. The most common one is the
@ -1207,7 +1207,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
<option>-s</option> option; this will set your shell for you,
without requiring you to enter an editor.
For example, if you wanted to
change your shell to bash, the following should do the
change your shell to <command>bash</command>, the following should do the
trick:</para>
<screen>&prompt.user; <userinput>chsh -s /usr/local/bin/bash</userinput></screen>