Blob Blame History Raw
'\" t
.\"     Title: modules.dep
.\"    Author: Jon Masters <jcm@jonmasters.org>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 01/08/2018
.\"    Manual: modules.dep
.\"    Source: kmod
.\"  Language: English
.\"
.TH "MODULES\&.DEP" "5" "01/08/2018" "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 counterpar 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