diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2015-10-26 17:45:37 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2015-10-26 17:45:37 +0000 |
| commit | 1801e8b0b859bf64b4ac3a6c5c86902c73a90996 (patch) | |
| tree | 81b9b1b0b7b97883438438ccce88962de16a00ba /share/examples | |
| parent | 76bc7f51e37b8cb4521d1342ffd42b7ca53c5053 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/mdoc/example.4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index c39e4865a9ab..718571597e07 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -26,15 +26,14 @@ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. -.Dd April 1, 2006 +.Dd July 31, 2015 .Dt EXAMPLE 4 i386 .Os .Sh NAME .Nm example .Nd "example device driver manual page" .Sh SYNOPSIS -To compile the -driver into the kernel, +To compile the driver into the kernel, place the following lines in the kernel configuration file: .Bd -ragged -offset indent @@ -42,8 +41,7 @@ kernel configuration file: .Cd "options EXAMPLE_DEBUG" .Ed .Pp -Alternatively, to load the -driver as a +Alternatively, to load the driver as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent |
