mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mdoc(7) police: tidy up previous delta.
This commit is contained in:
parent
9f1741cac2
commit
1f78c0cbd8
1 changed files with 6 additions and 9 deletions
|
|
@ -55,22 +55,19 @@ Modules must have an extension of
|
|||
.Pa .ko .
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
The
|
||||
.Nm
|
||||
utility exits with a status of 0 on success
|
||||
and with a nonzero status if an error occurs.
|
||||
.Ex -std
|
||||
.Sh AUTOMATICALLY LOADING MODULES
|
||||
Some modules (ipfw, ipf, etc) may be automatically loaded at boot
|
||||
Some modules (ipfw, ipf, etc.) may be automatically loaded at boot
|
||||
time by having their operation enabled in
|
||||
.Xr rc.conf 5 .
|
||||
.Xr rc.conf 5 .
|
||||
Modules may also be auto-loaded through their addition to
|
||||
.Xr loader.conf 5 .
|
||||
.Sh SEE ALSO
|
||||
.Xr kldload 2 ,
|
||||
.Xr kldstat 8 ,
|
||||
.Xr kldunload 8 ,
|
||||
.Xr loader.conf 5 ,
|
||||
.Xr rc.conf 5
|
||||
.Xr rc.conf 5 ,
|
||||
.Xr kldstat 8 ,
|
||||
.Xr kldunload 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue