From 90595a0fc9e928e9e2909fe6f171a1e68396ceec Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 18 Sep 2006 15:18:54 +0000 Subject: Fix wording to what I intended originally. --- share/examples/mdoc/example.4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 5596d75..a5fa1a6 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" -- cgit v1.1