From 35a94791414922982718280d86fb77e3b5dc7fe4 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 26 Jun 2014 16:03:59 +0100 Subject: [PATCH] Style fix for insmod.8 --- insmod.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)