aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-18 15:18:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-18 15:18:54 +0000
commit584eddcad1d4257c2725ee9c86cf0f57773592dd (patch)
treef07f12e855adbc31f3a740359ad2e74f57389e4e /share
parent75858188282a78e1627579b18b78e5091bcee4fb (diff)
downloadsrc-584eddcad1d4257c2725ee9c86cf0f57773592dd.tar.gz
src-584eddcad1d4257c2725ee9c86cf0f57773592dd.zip
Fix wording to what I intended originally.
Notes
Notes: svn path=/head/; revision=162403
Diffstat (limited to 'share')
-rw-r--r--share/examples/mdoc/example.49
1 files changed, 5 insertions, 4 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4
index 5596d75cdcf5..a5fa1a67a996 100644
--- a/share/examples/mdoc/example.4
+++ b/share/examples/mdoc/example.4
@@ -33,9 +33,9 @@
.Nm example
.Nd "example device driver manual page"
.Sh SYNOPSIS
-To compile
+To compile the
.Ns Nm
-into the kernel,
+driver into the kernel,
place the following lines in the
kernel configuration file:
.Bd -ragged -offset indent
@@ -43,9 +43,10 @@ kernel configuration file:
.Cd "options EXAMPLE_DEBUG"
.Ed
.Pp
-Alternatively, to load
+Alternatively, to load the
.Ns Nm
-as a module at boot time, place the following line in
+driver as a
+module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
example_load="YES"