diff --git a/insmod.8 b/insmod.8 index 7273a50..827d154 100644 --- a/insmod.8 +++ b/insmod.8 @@ -2,9 +2,9 @@ .SH NAME \fBinsmod\fR - Insert a module into the Linux kernel .SH SYNOPSIS -\fBinsmod\fR filename [\fIargs...\fR] +\fBinsmod\fR \fIfilename\fR [\fIargs...\fR] .SH DESCRIPTION -\fBinsmod\fR inserts a module into the kernel. It does not handle -module dependencies. +\fBinsmod\fR inserts the module specified by \fIfilename\fR +into the kernel. It does not handle module dependencies. .SH SEE ALSO rmmod(8), lsmod(8)