Blame man/rmmod.8

Packit Service 68b988
'\" t
Packit Service 68b988
.\"     Title: rmmod
Packit Service 68b988
.\"    Author: Jon Masters <jcm@jonmasters.org>
Packit Service 68b988
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
Packit Service 68b988
.\"      Date: 01/08/2018
Packit Service 68b988
.\"    Manual: rmmod
Packit Service 68b988
.\"    Source: kmod
Packit Service 68b988
.\"  Language: English
Packit Service 68b988
.\"
Packit Service 68b988
.TH "RMMOD" "8" "01/08/2018" "kmod" "rmmod"
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.\" * Define some portability stuff
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Service 68b988
.\" http://bugs.debian.org/507673
Packit Service 68b988
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
Packit Service 68b988
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Service 68b988
.ie \n(.g .ds Aq \(aq
Packit Service 68b988
.el       .ds Aq '
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.\" * set default formatting
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.\" disable hyphenation
Packit Service 68b988
.nh
Packit Service 68b988
.\" disable justification (adjust text to left margin only)
Packit Service 68b988
.ad l
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.\" * MAIN CONTENT STARTS HERE *
Packit Service 68b988
.\" -----------------------------------------------------------------
Packit Service 68b988
.SH "NAME"
Packit Service 68b988
rmmod \- Simple program to remove a module from the Linux Kernel
Packit Service 68b988
.SH "SYNOPSIS"
Packit Service 68b988
.HP \w'\fBrmmod\fR\ 'u
Packit Service 68b988
\fBrmmod\fR [\fB\-f\fR] [\fB\-s\fR] [\fB\-v\fR] [\fImodulename\fR]
Packit Service 68b988
.SH "DESCRIPTION"
Packit Service 68b988
.PP
Packit Service 68b988
\fBrmmod\fR
Packit Service 68b988
is a trivial program to remove a module (when module unloading support is provided) from the kernel\&. Most users will want to use
Packit Service 68b988
\fBmodprobe\fR(8)
Packit Service 68b988
with the
Packit Service 68b988
\fB\-r\fR
Packit Service 68b988
option instead\&.
Packit Service 68b988
.SH "OPTIONS"
Packit Service 68b988
.PP
Packit Service 68b988
\fB\-v\fR, \fB\-\-verbose\fR
Packit Service 68b988
.RS 4
Packit Service 68b988
Print messages about what the program is doing\&. Usually
Packit Service 68b988
\fBrmmod\fR
Packit Service 68b988
prints messages only if something goes wrong\&.
Packit Service 68b988
.RE
Packit Service 68b988
.PP
Packit Service 68b988
\fB\-f\fR, \fB\-\-force\fR
Packit Service 68b988
.RS 4
Packit Service 68b988
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
Packit Service 68b988
\fBlsmod\fR(8))\&.
Packit Service 68b988
.RE
Packit Service 68b988
.PP
Packit Service 68b988
\fB\-s\fR, \fB\-\-syslog\fR
Packit Service 68b988
.RS 4
Packit Service 68b988
Send errors to syslog instead of standard error\&.
Packit Service 68b988
.RE
Packit Service 68b988
.PP
Packit Service 68b988
\fB\-V\fR \fB\-\-version\fR
Packit Service 68b988
.RS 4
Packit Service 68b988
Show version of program and exit\&.
Packit Service 68b988
.RE
Packit Service 68b988
.SH "COPYRIGHT"
Packit Service 68b988
.PP
Packit Service 68b988
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation\&. Maintained by Jon Masters and others\&.
Packit Service 68b988
.SH "SEE ALSO"
Packit Service 68b988
.PP
Packit Service 68b988
\fBmodprobe\fR(8),
Packit Service 68b988
\fBinsmod\fR(8),
Packit Service 68b988
\fBlsmod\fR(8),
Packit Service 68b988
\fBmodinfo\fR(8)
Packit Service 68b988
\fBdepmod\fR(8)
Packit Service 68b988
.SH "AUTHORS"
Packit Service 68b988
.PP
Packit Service 68b988
\fBJon Masters\fR <\&jcm@jonmasters\&.org\&>
Packit Service 68b988
.RS 4
Packit Service 68b988
Developer
Packit Service 68b988
.RE
Packit Service 68b988
.PP
Packit Service 68b988
\fBLucas De Marchi\fR <\&lucas\&.de\&.marchi@gmail\&.com\&>
Packit Service 68b988
.RS 4
Packit Service 68b988
Developer
Packit Service 68b988
.RE