svn commit: r43801 - head/en_US.ISO8859-1/books/handbook/kernelconfig

Taras Korenko taras at FreeBSD.org
Thu Feb 6 10:26:12 UTC 2014


Author: taras
Date: Thu Feb  6 10:26:11 2014
New Revision: 43801
URL: http://svnweb.freebsd.org/changeset/doc/43801

Log:
  Whitespace changes only.  Translators, please ignore.

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

Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Thu Feb  6 10:14:05 2014	(r43800)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Thu Feb  6 10:26:11 2014	(r43801)
@@ -193,8 +193,8 @@ psm0: [GIANT-LOCKED]
 psm0: [ITHREAD]
 psm0: model Generic PS/2 mouse, device ID 0</screen>
 
-    <para>Since this hardware exists, this driver should not be removed from a custom kernel
-      configuration file.</para>
+    <para>Since this hardware exists, this driver should not be
+      removed from a custom kernel configuration file.</para>
 
     <para>If the output of <command>dmesg</command> does not display
       the results of the boot probe output, instead read the contents of
@@ -226,7 +226,8 @@ ath0 at pci0:3:0:0:        class=0x020000 c
 ath_hal(4)               - Atheros Hardware Access Layer (HAL)</programlisting>
 
     <para>Once the hardware inventory list is created, refer to it
-      to ensure that drivers for installed hardware are not removed as the custom kernel configuration is edited.</para>
+      to ensure that drivers for installed hardware are not removed
+      as the custom kernel configuration is edited.</para>
   </sect1>
 
   <sect1 xml:id="kernelconfig-config">
@@ -244,14 +245,16 @@ ath_hal(4)               - Atheros Hardw
     <title>The Configuration File</title>
 
     <para>In order to create a custom kernel configuration file and
-      build a custom kernel, the full &os; source tree must first be installed.</para>
+      build a custom kernel, the full &os; source tree must first be
+      installed.</para>
 
-      <para>If <filename>/usr/src/</filename> does
-	not exist or it is empty, source has not been installed.
-	Source can be installed using
-	<application>Subversion</application>, which is described in <xref linkend="svn"/>.</para>
-
-    <para>Once source is installed, review the contents of <filename>/usr/src/sys</filename>.  This directory contains a
+    <para>If <filename>/usr/src/</filename> does not exist or it is
+      empty, source has not been installed.  Source can be installed
+      using <application>Subversion</application>, which is described
+      in <xref linkend="svn"/>.</para>
+      
+    <para>Once source is installed, review the contents of
+      <filename>/usr/src/sys</filename>.  This directory contains a
       number of subdirectories, including those which represent the following
       supported architectures: <filename>amd64</filename>, <filename>i386</filename>, <filename>ia64</filename>, <filename>pc98</filename>, <filename>powerpc</filename>, and <filename>sparc64</filename>.  Everything inside a
       particular architecture's directory deals with that architecture
@@ -573,8 +576,8 @@ options          NFS_ROOT          # NFS
       processors.</para>
 
     <note>
-      <para>This device exists only on the &i386; architecture and this
-	configuration line should not be used on other
+      <para>This device exists only on the &i386; architecture and
+	this configuration line should not be used on other
 	architectures.</para>
     </note>
 


More information about the svn-doc-head mailing list