diff options
| author | Daniel Gerzo <danger@FreeBSD.org> | 2006-09-26 19:59:52 +0000 |
|---|---|---|
| committer | Daniel Gerzo <danger@FreeBSD.org> | 2006-09-26 19:59:52 +0000 |
| commit | 19ee36f1e5510819578c0858328a5494b8407ba2 (patch) | |
| tree | 776f2e189d6333b2800884e26bc93958e2592985 | |
| parent | cf2603700ee0f12aec0ce03903599132ecfece4b (diff) | |
Notes
| -rw-r--r-- | share/examples/mdoc/example.4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index a5fa1a67a996..c72269887882 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -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 |
