Markup fixes. Use <literal> for literal text and <command> for an

instance of "echo".

PR:		docs/37067
Submitted by:	Martin Heinen <martin@sumuk.de>
This commit is contained in:
Giorgos Keramidas 2002-04-15 15:18:21 +00:00
parent 41d9ed4b03
commit 0ec0f04efe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12800

View file

@ -1182,8 +1182,8 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
to do file name globing. For example, typing in
<command>echo *</command> is almost the same as typing in
<command>ls</command> because the shell takes all the files that
match <command>*</command> and puts them on the command line for
echo to see.</para>
match <literal>*</literal> and puts them on the command line for
<command>echo</command> to see.</para>
<para>To prevent the shell from interpreting these special characters,
they can be escaped from the shell by putting a backslash