mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Avoid using second person.
- Demonstrate how .Nm can be used without the side effect of causing a line break in the SYNOPSIS section.
This commit is contained in:
parent
8266d47670
commit
ad9fae588f
1 changed files with 7 additions and 4 deletions
|
|
@ -33,16 +33,19 @@
|
|||
.Nm example
|
||||
.Nd "example device driver manual page"
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel,
|
||||
place the following lines in your
|
||||
To compile
|
||||
.Ns Nm
|
||||
into the kernel,
|
||||
place the following lines in the
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "device example"
|
||||
.Cd "options EXAMPLE_DEBUG"
|
||||
.Ed
|
||||
.Pp
|
||||
Alternatively, to load the driver as a
|
||||
module at boot time, place the following line in
|
||||
Alternatively, to load
|
||||
.Ns Nm
|
||||
as a module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
example_load="YES"
|
||||
|
|
|
|||
Loading…
Reference in a new issue