ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 35a94791414922982718280d86fb77e3b5dc7fe4
parent c1a96ddb4c6905cdb6d81e52bd536153323d4b53
Author: sin <sin@2f30.org>
Date:   Thu, 26 Jun 2014 16:03:59 +0100

Style fix for insmod.8

Diffstat:
Minsmod.8 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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)