aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-08-27 22:25:51 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-08-27 22:25:51 +0000
commitfc3643bb2465015b4f75f07874c9c1283a1aa4fc (patch)
tree22acfd6be5cc9d85aa5ce779271abb1ca830e562 /sbin/kldload
parent9e982c116f412f1a51887f881a127135dfc4efa0 (diff)
downloadsrc-fc3643bb2465015b4f75f07874c9c1283a1aa4fc.tar.gz
src-fc3643bb2465015b4f75f07874c9c1283a1aa4fc.zip
Notes
Diffstat (limited to 'sbin/kldload')
-rw-r--r--sbin/kldload/kldload.813
1 files changed, 10 insertions, 3 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index b58207ee54ea..71187816cca1 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -43,6 +43,12 @@ utility loads
into the kernel using the kernel linker.
Note that if multiple modules are specified then an attempt will
be made to load them all, even if some fail.
+The
+.Pa .ko
+extension name is not mandatory when loading a given module
+using
+.Nm .
+It doesn't hurt to specify it though.
.Pp
The following option is available:
.Bl -tag -width indent
@@ -59,9 +65,10 @@ Modules must have an extension of
.Sh EXIT STATUS
.Ex -std
.Sh AUTOMATICALLY LOADING MODULES
-Some modules (ipfw, ipf, etc.) may be automatically loaded at boot
-time by having their operation enabled in
-.Xr rc.conf 5 .
+Some modules (lomac, pf, ipfw, ipf, etc.) may be automatically loaded at boot
+time when the corresponding
+.Xr rc.conf 5
+statement is used.
Modules may also be auto-loaded through their addition to
.Xr loader.conf 5 .
.Sh SEE ALSO