Direct new users to less(1) instead of view(1)

This commit is contained in:
Eitan Adler 2014-06-30 04:09:25 +00:00
parent a840440b00
commit caa7a4afdf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45174

View file

@ -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>