diff options
Diffstat (limited to 'upstream/mageia-cauldron/man5/modules.dep.5')
-rw-r--r-- | upstream/mageia-cauldron/man5/modules.dep.5 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man5/modules.dep.5 b/upstream/mageia-cauldron/man5/modules.dep.5 new file mode 100644 index 00000000..ac9e2846 --- /dev/null +++ b/upstream/mageia-cauldron/man5/modules.dep.5 @@ -0,0 +1,70 @@ +'\" t +.\" Title: modules.dep +.\" Author: Jon Masters <jcm@jonmasters.org> +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 02/09/2023 +.\" Manual: modules.dep +.\" Source: kmod +.\" Language: English +.\" +.TH "MODULES\&.DEP" "5" "02/09/2023" "kmod" "modules.dep" +.\" ----------------------------------------------------------------- +.\" * 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" +modules.dep, modules.dep.bin \- Module dependency information +.SH "SYNOPSIS" +.PP +/lib/modules/modules\&.dep +.PP +/lib/modules/modules\&.dep\&.bin +.SH "DESCRIPTION" +.PP +modules\&.dep\&.bin +is a binary file generated by +\fBdepmod\fR +listing the dependencies for every module in the directories under +/lib/modules/\fIversion\fR\&. It is used by kmod tools such as +\fBmodprobe\fR +and libkmod\&. +.PP +Its text counterpart is located in the same directory with the name +modules\&.dep\&. The text version is maintained only for easy of reading by humans and is in no way used by any kmod tool\&. +.PP +These files are not intended for editing or use by any additional utilities as their format is subject to change in the future\&. You should use the +\fBmodinfo\fR(8) +command to obtain information about modules in a future proof and compatible fashion rather than touching these files\&. +.SH "COPYRIGHT" +.PP +This manual page originally Copyright 2002, Rusty Russell, IBM Corporation\&. Maintained by Jon Masters and others\&. +.SH "SEE ALSO" +.PP +\fBdepmod\fR(8), +\fBmodprobe\fR(8) +.SH "AUTHORS" +.PP +\fBJon Masters\fR <\&jcm@jonmasters\&.org\&> +.RS 4 +Developer +.RE +.PP +\fBLucas De Marchi\fR <\&lucas\&.de\&.marchi@gmail\&.com\&> +.RS 4 +Developer +.RE |