View | Details | Raw Unified | Return to bug 85356 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/kldload.8 (-2 / +8 lines)
Lines 43-48 Link Here
43
into the kernel using the kernel linker.
43
into the kernel using the kernel linker.
44
Note that if multiple modules are specified then an attempt will
44
Note that if multiple modules are specified then an attempt will
45
be made to load them all, even if some fail.
45
be made to load them all, even if some fail.
46
The
47
.Pa .ko
48
extension name is not yet mandatory when loading a given module
49
using
50
.Nm .
51
It doesn't hurt to keep it though.
46
.Pp
52
.Pp
47
The following option is available:
53
The following option is available:
48
.Bl -tag -width indent
54
.Bl -tag -width indent
Lines 59-66 Link Here
59
.Sh DIAGNOSTICS
65
.Sh DIAGNOSTICS
60
.Ex -std
66
.Ex -std
61
.Sh AUTOMATICALLY LOADING MODULES
67
.Sh AUTOMATICALLY LOADING MODULES
62
Some modules (ipfw, ipf, etc.) may be automatically loaded at boot
68
Some modules (lomac, pf, ipfw, ipf, etc.) may be automatically loaded
63
time by having their operation enabled in
69
at boot time by having their operation enabled in
64
.Xr rc.conf 5 .
70
.Xr rc.conf 5 .
65
Modules may also be auto-loaded through their addition to
71
Modules may also be auto-loaded through their addition to
66
.Xr loader.conf 5 .
72
.Xr loader.conf 5 .

Return to bug 85356