Add missing fullstop.

Misc grammar fixes.

PR:		docs/34914
Submitted by:	Ceri <setantae@submonkey.net>
This commit is contained in:
Giorgos Keramidas 2002-02-16 22:17:18 +00:00
parent c14d09d5be
commit 45ddfacf00
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12211
2 changed files with 6 additions and 6 deletions
en_US.ISO8859-1/books
arch-handbook/driverbasics
developers-handbook/driverbasics

View file

@ -137,7 +137,7 @@ 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>
create your own device nodes with <command>mknod</command>.
</para>
<sect2>
@ -145,7 +145,7 @@ KMOD=skeleton
<para>The <command>mknod</command> command requires four
arguments to create a device node. You must specify the name
of this device node, the type of device, the major number of
of the device node, the type of device, the major number of
the device, and the minor number of the device.</para>
</sect2>
@ -157,7 +157,7 @@ KMOD=skeleton
This eliminates the problems of potentially having a device
driver without a static device node, or a device node without
an installed device driver. Devfs is still a work in
progress, but it is already working quite nice.</para>
progress, but it is already working quite nicely.</para>
</sect2>
</sect1>

View file

@ -137,7 +137,7 @@ 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>
create your own device nodes with <command>mknod</command>.
</para>
<sect2>
@ -145,7 +145,7 @@ KMOD=skeleton
<para>The <command>mknod</command> command requires four
arguments to create a device node. You must specify the name
of this device node, the type of device, the major number of
of the device node, the type of device, the major number of
the device, and the minor number of the device.</para>
</sect2>
@ -157,7 +157,7 @@ KMOD=skeleton
This eliminates the problems of potentially having a device
driver without a static device node, or a device node without
an installed device driver. Devfs is still a work in
progress, but it is already working quite nice.</para>
progress, but it is already working quite nicely.</para>
</sect2>
</sect1>