1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
'\" t
.\" Title: modules.dep
.\" Author: Jon Masters <jcm@jonmasters.org>
.\" Generator: DocBook XSL Stylesheets v1.77.0 <http://docbook.sf.net/>
.\" Date: 06/19/2012
.\" Manual: modules.dep
.\" Source: kmod
.\" Language: English
.\"
.TH "MODULES\&.DEP" "5" "06/19/2012" "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
The
modules\&.dep\&.bin
as generated by module\-init\-tools
\fBdepmod\fR, lists the dependencies for every module in the directories under
/lib/modules/\fIversion\fR, where
modules\&.dep\&.bin
(or the human readable version
modules\&.dep) is also located\&. It is used by utilities such as
\fBmodprobe\fR\&. The binary version will be used by default, if it was generated by a compatible version of
\fBdepmod\fR, with fallback to the generic
modules\&.dep\&.
.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\&.demarchi@profusion\&.mobi\&>
.RS 4
Developer
.RE
|