Date: Mon, 11 Feb 2013 13:46:31 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40944 - head/en_US.ISO8859-1/books/arch-handbook/driverbasics Message-ID: <201302111346.r1BDkVpm012937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302111346.r1BDkVpm012937>