From dfcb8aa651fabd6d559ee0b15a119f4fce45f6a5 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 12 Jan 2012 14:02:27 -0200 Subject: [PATCH] man: build rmmod man page --- man/Makefile.am | 2 +- man/rmmod.sgml | 159 ------------------------------------------------ man/rmmod.xml | 149 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+), 160 deletions(-) delete mode 100644 man/rmmod.sgml create mode 100644 man/rmmod.xml diff --git a/man/Makefile.am b/man/Makefile.am index f8c3e602..dbe11c70 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 +MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB) diff --git a/man/rmmod.sgml b/man/rmmod.sgml deleted file mode 100644 index bd009b73..00000000 --- a/man/rmmod.sgml +++ /dev/null @@ -1,159 +0,0 @@ -Debian GNU/Linux"> - DocBook"> - SGML"> -]> - - - - - -
- jcm@jonmasters.org -
- - Jon - Masters - - 2010-03-01 -
- - rmmod - 8 - - - rmmod simple program to remove a module from the Linux Kernel - - - - rmmod - - - - - modulename - - - - DESCRIPTION - - rmmod is a trivial program to remove a - module (when module unloading support is provided) from the kernel. - Most users will want to use - - modprobe8 - with the option instead. - - - - OPTIONS - - - - - - - Print messages about what the program is doing. - Usually rmmod prints messages - only if something goes wrong. - - - - - - - - - This option can be extremely dangerous: it has no effect unless - CONFIG_MODULE_FORCE_UNLOAD was set when the kernel was - compiled. With this option, you can remove modules which are - being used, or which are not designed to be removed, or have - been marked as unsafe (see - lsmod8 - ). - - - - - - - - - Normally, rmmod will refuse to - unload modules which are in use. With this option, - rmmod will isolate the module, and - wait until the module is no longer used. Nothing new - will be able to use the module, but it's up to you to - make sure the current users eventually finish with it. - See - lsmod8 - ) for information on usage counts. - - - - - - - - - Send errors to syslog instead of standard error. - - - - - - - - - Show version of program and exit. - - - - - - - COPYRIGHT - - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - - - - SEE ALSO - - - - modprobe8 - , - - insmod8 - , - - lsmod8 - - - modinfo8 - - - -
- - diff --git a/man/rmmod.xml b/man/rmmod.xml new file mode 100644 index 00000000..2dfe971f --- /dev/null +++ b/man/rmmod.xml @@ -0,0 +1,149 @@ + + + + + + rmmod + kmod + + + + Developer + Jon + Masters + jcm@jonmasters.org + + + Developer + Lucas + De Marchi + lucas.demarchi@profusion.mobi + + + + + + rmmod + 8 + + + + rmmod + + Simple program to remove a module from the Linux Kernel + + + + + + rmmod + + + + + modulename + + + + DESCRIPTION + + rmmod is a trivial program to remove a module (when + module unloading support is provided) from the kernel. Most users will + want to use + + modprobe8 + with the option instead. + + + + OPTIONS + + + + + + + Print messages about what the program is doing. + Usually rmmod prints messages + only if something goes wrong. + + + + + + + + + This option can be extremely dangerous: it has no effect unless + CONFIG_MODULE_FORCE_UNLOAD was set when the kernel was compiled. + With this option, you can remove modules which are being used, or + which are not designed to be removed, or have been marked as unsafe + (see + lsmod8 + ). + + + + + + + + + Normally, rmmod will refuse to unload modules + which are in use. With this option, rmmod will + isolate the module, and wait until the module is no longer used. + Nothing new will be able to use the module, but it's up to you to + make sure the current users eventually finish with it. See + + lsmod8 + ) for information on usage counts. + + + + + + + + + Send errors to syslog instead of standard error. + + + + + + + + + Show version of program and exit. + + + + + + + + COPYRIGHT + + This manual page originally Copyright 2002, Rusty Russell, IBM + Corporation. Maintained by Jon Masters and others. + + + + SEE ALSO + + + modprobe8 + , + + insmod8 + , + + lsmod8 + + + modinfo8 + + + + -- 2.47.2