summaryrefslogtreecommitdiff
path: root/rmmod.1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 14:36:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 14:36:49 +0200
commitf2c131bc5294d0531edb3486874f37019b0b1413 (patch)
tree6923a9d65ecc21b53a16f73abdabf1a21d58d819 /rmmod.1
parentd017ac75f05c65e2e736f6dea271b69d7c9524bb (diff)
downloadabase-f2c131bc5294d0531edb3486874f37019b0b1413.tar.gz
abase-f2c131bc5294d0531edb3486874f37019b0b1413.tar.bz2
added a simple rmmod
Diffstat (limited to 'rmmod.1')
-rw-r--r--rmmod.115
1 files changed, 15 insertions, 0 deletions
diff --git a/rmmod.1 b/rmmod.1
new file mode 100644
index 0000000..3c526da
--- /dev/null
+++ b/rmmod.1
@@ -0,0 +1,15 @@
+.Dd 2023-05-07
+.Dt RMMID 1
+.Os abase
+.Sh NAME
+.Nm rmmid
+.Nd remove module for the Linux kernl
+.Sh SYNOPSIS
+.Nm
+{module}
+.Sh DESCRIPTION
+.Nm
+Removes a loaded Linux kernel module named
+.Ar module
+.RE
+