From: Marco d'Itri Date: Wed, 17 Sep 2014 03:12:27 +0000 (+0200) Subject: Add the man page for kmod(8) X-Git-Tag: v19~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66f4f6804c5007114956e852a95ada51cc9e3c99;p=thirdparty%2Fkmod.git Add the man page for kmod(8) --- diff --git a/man/Makefile.am b/man/Makefile.am index 12870bd2..1c53f63d 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5 -MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 +MAN8 = kmod.8 depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 MAN_STUB = modules.dep.bin.5 AM_V_XSLT = $(AM_V_XSLT_$(V)) diff --git a/man/kmod.xml b/man/kmod.xml new file mode 100644 index 00000000..0706ad58 --- /dev/null +++ b/man/kmod.xml @@ -0,0 +1,120 @@ + + + + + + kmod + kmod + + + + Developer + Lucas + De Marchi + lucas.de.marchi@gmail.com + + + + + + kmod + 8 + + + + kmod + Program to manage Linux Kernel modules + + + + + kmod + + COMMAND + + + + + DESCRIPTION + + kmod is a multi-call binary which implements the + programs used to control Linux Kernel modules. Most users will only + run it using its other names. + + + + OPTIONS + + + + + + Show the program version and exit. + + + + + + + Show the help message. + + + + + + COMMANDS + + + help + + Show the help message. + + + + list + + List the currently loaded modules. + + + + static-nodes + + Output the static device nodes information provided by + the modules of the currently running kernel version. + + + + + + + COPYRIGHT + + This manual page originally Copyright 2014, Marco d'Itri. + Maintained by Lucas De Marchi and others. + + + + SEE ALSO + + + lsmod8 + , + + rmmod8 + , + + insmod8 + , + + modinfo8 + , + + modprobe8 + , + + depmod8 + + + +