Direct new users to less(1) instead of view(1)
This commit is contained in:
parent
a840440b00
commit
caa7a4afdf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45174
1 changed files with 3 additions and 4 deletions
|
@ -228,15 +228,14 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>view
|
||||
<term><command>less
|
||||
<replaceable>filename</replaceable></command></term>
|
||||
|
||||
<listitem>
|
||||
<para>Lets you look at a file (named
|
||||
<replaceable>filename</replaceable>) without changing it.
|
||||
Try <command>view
|
||||
/etc/fstab</command>.
|
||||
Type <command>:q</command> to quit.</para>
|
||||
Try <command>less /etc/fstab</command>.
|
||||
Type <command>q</command> to quit.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue