diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man8/kmod.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/kmod.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/kmod.8 | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/kmod.8 b/upstream/opensuse-leap-15-6/man8/kmod.8 new file mode 100644 index 00000000..5a249cb9 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man8/kmod.8 @@ -0,0 +1,82 @@ +'\" t +.\" Title: kmod +.\" Author: Lucas De Marchi <lucas.de.marchi@gmail.com> +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 01/29/2021 +.\" Manual: kmod +.\" Source: kmod +.\" Language: English +.\" +.TH "KMOD" "8" "01/29/2021" "kmod" "kmod" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +kmod \- Program to manage Linux Kernel modules +.SH "SYNOPSIS" +.HP \w'\fBkmod\fR\ 'u +\fBkmod\fR [\fBOPTIONS\fR...] [\fICOMMAND\fR] [\fBCOMMAND_OPTIONS\fR...] +.SH "DESCRIPTION" +.PP +\fBkmod\fR +is a multi\-call binary which implements the programs used to control Linux Kernel modules\&. Most users will only run it using its other names\&. +.SH "OPTIONS" +.PP +\fB\-V\fR \fB\-\-version\fR +.RS 4 +Show the program version and exit\&. +.RE +.PP +\fB\-h\fR \fB\-\-help\fR +.RS 4 +Show the help message\&. +.RE +.SH "COMMANDS" +.PP +\fBhelp\fR +.RS 4 +Show the help message\&. +.RE +.PP +\fBlist\fR +.RS 4 +List the currently loaded modules\&. +.RE +.PP +\fBstatic\-nodes\fR +.RS 4 +Output the static device nodes information provided by the modules of the currently running kernel version\&. +.RE +.SH "COPYRIGHT" +.PP +This manual page originally Copyright 2014, Marco d\*(AqItri\&. Maintained by Lucas De Marchi and others\&. +.SH "SEE ALSO" +.PP +\fBlsmod\fR(8), +\fBrmmod\fR(8), +\fBinsmod\fR(8), +\fBmodinfo\fR(8), +\fBmodprobe\fR(8), +\fBdepmod\fR(8) +.SH "AUTHOR" +.PP +\fBLucas De Marchi\fR <\&lucas\&.de\&.marchi@gmail\&.com\&> +.RS 4 +Developer +.RE |