[hackers] [ubase] Add rmmod manpage || sin

From: <git_AT_suckless.org>
Date: Sat, 12 Apr 2014 16:21:25 +0200

commit 49f462da063e860dab57e051b51a5564fcff124c
Author: sin <sin_AT_2f30.org>
Date: Sat Apr 12 15:21:11 2014 +0100

    Add rmmod manpage

diff --git a/rmmod.8 b/rmmod.8
new file mode 100644
index 0000000..b7233fa
--- /dev/null
+++ b/rmmod.8
_AT_@ -0,0 +1,23 @@
+.TH RMMOD 8 ubase-VERSION
+.SH NAME
+ Brmmod R - Remove a module from the Linux kernel
+.SH SYNOPSIS
+ Brmmod R [ B-fw R] Imodule... R
+.SH DESCRIPTION
+ Brmmod R removes one or more modules from the kernel.
+.SH OPTIONS
+.TP
+ B-f R
+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.
+.TP
+ B-w R
+Normally, Brmmod R will refuse to unload modules which are in
+use. With this option, Brmmod R will isolate the module, and
+wait until the module is no longer used. Noone new will be
+able to use the module, but s up to you to make sure the
+current users eventually finish with it.
+.SH SEE ALSO
+insmod(8), lsmod(8)
Received on Sat Apr 12 2014 - 16:21:25 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 12 2014 - 16:24:12 CEST