From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/archlinux/man8/modprobe.8 | 297 +++++++++++++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 upstream/archlinux/man8/modprobe.8 (limited to 'upstream/archlinux/man8/modprobe.8') diff --git a/upstream/archlinux/man8/modprobe.8 b/upstream/archlinux/man8/modprobe.8 new file mode 100644 index 00000000..b700b9d5 --- /dev/null +++ b/upstream/archlinux/man8/modprobe.8 @@ -0,0 +1,297 @@ +'\" t +.\" Title: modprobe +.\" Author: Jon Masters +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: 02/09/2023 +.\" Manual: modprobe +.\" Source: kmod +.\" Language: English +.\" +.TH "MODPROBE" "8" "02/09/2023" "kmod" "modprobe" +.\" ----------------------------------------------------------------- +.\" * 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" +modprobe \- Add and remove modules from the Linux Kernel +.SH "SYNOPSIS" +.HP \w'\fBmodprobe\fR\ 'u +\fBmodprobe\fR [\fB\-v\fR] [\fB\-V\fR] [\fB\-C\ \fR\fB\fIconfig\-file\fR\fR] [\fB\-n\fR] [\fB\-i\fR] [\fB\-q\fR] [\fB\-b\fR] [\fImodulename\fR] [\fB\fImodule\ parameters\fR\fR...] +.HP \w'\fBmodprobe\fR\ 'u +\fBmodprobe\fR [\-r] [\fB\-v\fR] [\fB\-n\fR] [\fB\-i\fR] [\fB\fImodulename\fR\fR...] +.HP \w'\fBmodprobe\fR\ 'u +\fBmodprobe\fR [\-c] +.HP \w'\fBmodprobe\fR\ 'u +\fBmodprobe\fR [\-\-dump\-modversions] [\fIfilename\fR] +.SH "DESCRIPTION" +.PP +\fBmodprobe\fR +intelligently adds or removes a module from the Linux kernel: note that for convenience, there is no difference between _ and \- in module names (automatic underscore conversion is performed)\&. +\fBmodprobe\fR +looks in the module directory +/lib/modules/`uname \-r` +for all the modules and other files, except for the optional configuration files in the +/etc/modprobe\&.d +directory (see +\fBmodprobe.d\fR(5))\&. +\fBmodprobe\fR +will also use module options specified on the kernel command line in the form of \&.