Use <replaceable> rather than <literal> so that example filenames are
rendered more appropriately with slanted text rather than just monospace text.
This commit is contained in:
parent
e06bad48b3
commit
e30f0850e4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17721
1 changed files with 2 additions and 2 deletions
|
@ -1378,8 +1378,8 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
<para>The easiest and simplest editor to learn is an editor called
|
||||
<application>ee</application>, which stands for easy editor. To
|
||||
start <application>ee</application>, one would type at the command
|
||||
line <command>ee filename</command> where
|
||||
<literal>filename</literal> is the name of the file to be edited.
|
||||
line <command>ee <replaceable>filename</replaceable></command> where
|
||||
<replaceable>filename</replaceable> is the name of the file to be edited.
|
||||
For example, to edit <filename>/etc/rc.conf</filename>, type in
|
||||
<command>ee /etc/rc.conf</command>. Once inside of
|
||||
<command>ee</command>, all of the
|
||||
|
|
Loading…
Reference in a new issue