svn commit: r40944 - head/en_US.ISO8859-1/books/arch-handbook/driverbasics

Eitan Adler eadler at FreeBSD.org
Mon Feb 11 13:46:31 UTC 2013


Author: eadler
Date: Mon Feb 11 13:46:30 2013
New Revision: 40944
URL: http://svnweb.freebsd.org/changeset/doc/40944

Log:
  Fix indentation and whitespace
  
  Translators may ignore
  
  Approved by:	bcr (mentor)

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

Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml	Mon Feb 11 13:46:28 2013	(r40943)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml	Mon Feb 11 13:46:30 2013	(r40944)
@@ -148,10 +148,10 @@ KMOD=skeleton
 .include <bsd.kmod.mk></programlisting>
 
       <para>Running <command>make</command> with this makefile
-        will create a file <filename>skeleton.ko</filename> that can
-        be loaded into the kernel by typing:
-<screen>&prompt.root; <userinput>kldload -v ./skeleton.ko</userinput></screen>
-      </para>
+	will create a file <filename>skeleton.ko</filename> that can
+	be loaded into the kernel by typing:</para>
+
+      <screen>&prompt.root; <userinput>kldload -v ./skeleton.ko</userinput></screen>
     </sect2>
   </sect1>
 
@@ -164,8 +164,8 @@ KMOD=skeleton
       accesses a device node.  The <command>/dev/MAKEDEV</command>
       script makes most of the device nodes for your system but if you
       are doing your own driver development it may be necessary to
-      create your own device nodes with <command>mknod</command>.
-    </para>
+      create your own device nodes with
+      <command>mknod</command>.</para>
 
     <sect2>
       <title>Creating Static Device Nodes</title>
@@ -422,8 +422,7 @@ Closing device "echo".</screen>
       (partition) to two devices with different semantics significantly
       complicated the relevant kernel code &os; dropped support for
       cached disk devices as part of the modernization of the disk I/O
-      infrastructure.
-    </para>
+      infrastructure.</para>
   </sect1>
 
   <sect1 id="driverbasics-net">


More information about the svn-doc-all mailing list