Minor wording niggles

Submitted by:	bjk
Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-02-14 14:20:32 +00:00
parent ec5189fbb7
commit 3a68731f51
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40967

View file

@ -139,8 +139,8 @@ DECLARE_MODULE(skeleton, skel_mod, SI_SUB_KLD, SI_ORDER_ANY);</programlisting>
<sect2>
<title>Makefile</title>
<para>FreeBSD provides a makefile include to
quickly compile a kernel addition.</para>
<para>&os; provides a system makefile to simplify compiling a
kernel module.</para>
<programlisting>SRCS=skeleton.c
KMOD=skeleton
@ -205,7 +205,7 @@ KMOD=skeleton
the source tree.</para>
<para>This simple example pseudo-device remembers whatever values
that are written to it and can then echo them back when
are written to it and can then echo them back when
read.</para>
<example>