Fix indentation and whitespace
Translators may ignore Approved by: bcr (mentor)
This commit is contained in:
parent
f864914934
commit
46bc121ee5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40944
1 changed files with 7 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue