From: Lucas De Marchi Date: Thu, 12 Jan 2012 15:53:55 +0000 (-0200) Subject: man: build insmod man page X-Git-Tag: v4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5578ee0db49a23441eb30c3b7e6e819beb21815;p=thirdparty%2Fkmod.git man: build insmod man page --- diff --git a/man/Makefile.am b/man/Makefile.am index 2ce9f6e1..632b6a02 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 +MAN8 = depmod.8 insmod.8 dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB) diff --git a/man/insmod.sgml b/man/insmod.sgml deleted file mode 100644 index ab3a4e87..00000000 --- a/man/insmod.sgml +++ /dev/null @@ -1,94 +0,0 @@ -Debian GNU/Linux"> - DocBook"> - SGML"> -]> - - - - - -
- jcm@jonmasters.org -
- - Jon - Masters - - 2010-03-01 -
- - insmod - 8 - - - insmod simple program to insert a module into the Linux Kernel - - - - insmod - filename - module options - - - - DESCRIPTION - - insmod is a trivial program to insert a - module into the kernel: if the - filename is a hyphen, the module is - taken from standard input. Most users will want to use - modprobe - 8 instead, which is - more clever and can handle module dependencies. - - Only the most general of error messages are reported: as the - work of trying to link the module is now done inside the kernel, - the dmesg usually gives more information - about errors. - - - COPYRIGHT - - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - - - - SEE ALSO - - - modprobe8 - , - - rmmod8 - , - - lsmod8 - - - modinfo8 - - - -
- - diff --git a/man/insmod.xml b/man/insmod.xml new file mode 100644 index 00000000..1529d350 --- /dev/null +++ b/man/insmod.xml @@ -0,0 +1,85 @@ + + + + + + insmod + kmod + + + + Developer + Jon + Masters + jcm@jonmasters.org + + + Developer + Lucas + De Marchi + lucas.demarchi@profusion.mobi + + + + + + insmod + 8 + + + + insmod + + Simple program to insert a module into the Linux Kernel + + + + + + insmod + filename + module options + + + + DESCRIPTION + + insmod is a trivial program to insert a module into + the kernel: if the filename is a hyphen, the + module is taken from standard input. Most users will want to use + modprobe + 8 instead, which is more clever + and can handle module dependencies. + + + Only the most general of error messages are reported: as the work of + trying to link the module is now done inside the kernel, the + dmesg usually gives more information about errors. + + + + COPYRIGHT + + This manual page originally Copyright 2002, Rusty Russell, IBM + Corporation. Maintained by Jon Masters and others. + + + + SEE ALSO + + + modprobe8 + , + + rmmod8 + , + + lsmod8 + + + modinfo8 + + + +