svn commit: r45174 - head/en_US.ISO8859-1/articles/new-users

Eitan Adler eadler at FreeBSD.org
Mon Jun 30 04:09:26 UTC 2014


Author: eadler
Date: Mon Jun 30 04:09:25 2014
New Revision: 45174
URL: http://svnweb.freebsd.org/changeset/doc/45174

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

Modified:
  head/en_US.ISO8859-1/articles/new-users/article.xml

Modified: head/en_US.ISO8859-1/articles/new-users/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/new-users/article.xml	Mon Jun 30 03:28:42 2014	(r45173)
+++ head/en_US.ISO8859-1/articles/new-users/article.xml	Mon Jun 30 04:09:25 2014	(r45174)
@@ -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>
 


More information about the svn-doc-head mailing list