Minor wording niggles
Submitted by: bjk Approved by: bcr (mentor)
This commit is contained in:
parent
ec5189fbb7
commit
3a68731f51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40967
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue