summaryrefslogtreecommitdiffstats
path: root/sbin/kldload/kldload.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldload/kldload.8')
-rw-r--r--sbin/kldload/kldload.820
1 files changed, 17 insertions, 3 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 8201f7f..64d10cb 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: kldload.8,v 1.3 1998/01/05 07:07:44 charnier Exp $
+.\" $Id: kldload.8,v 1.4 1998/03/19 07:45:17 charnier Exp $
.\"
.Dd April 25, 1997
.Dt KLDLOAD 8
@@ -38,13 +38,24 @@
.Sh DESCRIPTION
The
.Nm
-loads a file into the kernel using the kernel linker.
+loads the file
+.Ar filename.ko
+into the kernel using the kernel linker.
.Pp
The following option is available:
.Bl -tag -width indent
.It Fl v
Be more verbose.
.El
+.Sh FILES
+.Bl -tag -width /modules -compact
+.It Pa /modules
+directory containing loadable modules. Modules must be have an extention of .ko
+.Sh DIAGNOSTICS
+The
+.Nm
+utility exits with a status of 0 on success
+and with a nonzero status if an error occurs.
.Sh SEE ALSO
.Xr kldstat 8 ,
.Xr kldunload 8
@@ -52,6 +63,9 @@ Be more verbose.
The
.Nm
command first appeared in
-.Fx 3.0 .
+.Fx 3.0 ,
+replacing the
+.Xr lkm 4
+interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org
OpenPOWER on IntegriCloud