svn commit: r45379 - head/en_US.ISO8859-1/books/handbook/basics

Gavin Atkinson gavin at FreeBSD.org
Mon Jul 28 19:04:27 UTC 2014


Author: gavin
Date: Mon Jul 28 19:04:26 2014
New Revision: 45379
URL: http://svnweb.freebsd.org/changeset/doc/45379

Log:
  Change the "basics" chapter to document FreeBSD 9 and 10 over FreeBSD 8:
   - The system console is now cons25, not xterm
   - acd0 devices are no longer used, switch to ada
   - We no longer have as many FSF utilities, therefore fewer info pages

Modified:
  head/en_US.ISO8859-1/books/handbook/basics/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml	Sun Jul 27 23:44:30 2014	(r45378)
+++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml	Mon Jul 28 19:04:26 2014	(r45379)
@@ -189,15 +189,15 @@ login:</screen>
 
       <programlisting># name    getty                         type  status comments
 #
-ttyv0   "/usr/libexec/getty Pc"         cons25  on  secure
+ttyv0   "/usr/libexec/getty Pc"         xterm   on  secure
 # Virtual terminals
-ttyv1   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv2   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv3   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv4   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv5   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv6   "/usr/libexec/getty Pc"         cons25  on  secure
-ttyv7   "/usr/libexec/getty Pc"         cons25  on  secure
+ttyv1   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv2   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv3   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv4   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv5   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv6   "/usr/libexec/getty Pc"         xterm   on  secure
+ttyv7   "/usr/libexec/getty Pc"         xterm   on  secure
 ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure</programlisting>
 
 
@@ -3307,7 +3307,7 @@ Swap: 2048M Total, 2048M Free
       <filename>/var/run/dmesg.boot</filename>.</para>
 
     <para>Each device has a device name and number.  For example,
-      <filename>acd0</filename> is the first IDE CD-ROM drive,
+      <filename>ada0</filename> is the first SATA hard drive,
       while <filename>kbd0</filename> represents the
       keyboard.</para>
 
@@ -3403,7 +3403,7 @@ Swap: 2048M Total, 2048M Free
       keyword <quote>mail</quote> in their descriptions.  This is
       equivalent to using &man.apropos.1;.</para>
 
-    <para>To read the descriptions for the commands in
+    <para>To read the descriptions for all of the commands in
       <filename>/usr/bin</filename>, type:</para>
 
     <screen>&prompt.user; <userinput>cd /usr/bin</userinput>
@@ -3421,7 +3421,7 @@ Swap: 2048M Total, 2048M Free
 	<primary>Free Software Foundation</primary>
       </indexterm>
 
-      <para>&os; includes many applications and utilities produced by
+      <para>&os; includes several applications and utilities produced by
 	the Free Software Foundation (FSF).  In addition to manual
 	pages, these programs may include hypertext documents called
 	<literal>info</literal> files.  These can be viewed using


More information about the svn-doc-all mailing list