diff options
author | keramida <keramida@FreeBSD.org> | 2005-08-27 22:25:51 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-08-27 22:25:51 +0000 |
commit | 97de855505e7a4beb26e5cde0eacdb0a008941ba (patch) | |
tree | 22acfd6be5cc9d85aa5ce779271abb1ca830e562 /sbin/kldload | |
parent | afde19d7bdb56e9c5e9078ea4436f6acce5be20d (diff) | |
download | FreeBSD-src-97de855505e7a4beb26e5cde0eacdb0a008941ba.zip FreeBSD-src-97de855505e7a4beb26e5cde0eacdb0a008941ba.tar.gz |
Make it clear that the .ko extention of a module to be loaded
is optional.
PR: docs/85356
Submitted by: Julien Gabel <jpeg@thilelli.net>
MFC after: 3 days
Diffstat (limited to 'sbin/kldload')
-rw-r--r-- | sbin/kldload/kldload.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index b58207e..7118781 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 |