Remove second person from the sentece and rephrase a bit.

Approved by: trhodes (mentor), keramida (mentor)
This commit is contained in:
Daniel Gerzo 2006-09-26 19:59:52 +00:00
parent cf2603700e
commit 19ee36f1e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162670

View File

@ -33,11 +33,9 @@
.Nm example
.Nd "example device driver manual page"
.Sh SYNOPSIS
To compile the
.Ns Nm
driver into the kernel,
place the following lines in the
kernel configuration file:
To enable support for
.Ns Nm ,
place the following lines in the kernel configuration file:
.Bd -ragged -offset indent
.Cd "device example"
.Cd "options EXAMPLE_DEBUG"
@ -45,9 +43,9 @@ kernel configuration file:
.Pp
Alternatively, to load the
.Ns Nm
driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
as a module at boot time, add the following line into the
.Xr loader.conf 5
file:
.Bd -literal -offset indent
example_load="YES"
.Ed