Use <filename> and <application> tags instead of <command> where it
seems more appropriate. PR: docs/68718 Submitted by: Brad Davis <so14k@so14k.com>
This commit is contained in:
parent
603491db3d
commit
f48ae8296e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21398
1 changed files with 4 additions and 4 deletions
|
@ -2161,13 +2161,13 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
<secondary><command>emacs</command></secondary>
|
||||
</indexterm>
|
||||
<para>FreeBSD also comes with more powerful text editors such as
|
||||
<command>vi</command> as part of the base system, while other editors, like
|
||||
<command>emacs</command> and <command>vim</command>,
|
||||
are part of the FreeBSD Ports Collection. These editors offer much
|
||||
<application>vi</application> as part of the base system, while other editors, like
|
||||
<application>Emacs</application> and <application>vim</application>,
|
||||
are part of the FreeBSD Ports Collection (<filename role="package">editors/emacs</filename> and <filename role="package">vim</filename>. These editors offer much
|
||||
more functionality and power at the expense of being a little more
|
||||
complicated to learn. However if you plan on doing a lot of text
|
||||
editing, learning a more powerful editor such as
|
||||
<command>vim</command> or <command>emacs</command>
|
||||
<application>vim</application> or <application>Emacs</application>
|
||||
will save you much more time in the long run.</para>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue