summaryrefslogtreecommitdiff
path: root/man/modules.dep.xml
blob: 034c2b4911ab13467139fc8091c9173f7485c3dd (plain)
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
73
74
75
76
77
78
79
<?xml version="1.0"?>
<!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<refentry id="modules.dep">
  <refentryinfo>
    <title>modules.dep</title>
    <productname>kmod</productname>

    <authorgroup>
      <author>
        <contrib>Developer</contrib>
        <firstname>Jon</firstname>
        <surname>Masters</surname>
        <email>jcm@jonmasters.org</email>
      </author>
      <author>
        <contrib>Developer</contrib>
        <firstname>Lucas</firstname>
        <surname>De Marchi</surname>
        <email>lucas.de.marchi@gmail.com</email>
      </author>
    </authorgroup>
  </refentryinfo>

  <refmeta>
    <refentrytitle>modules.dep</refentrytitle>
    <manvolnum>5</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>modules.dep</refname>
    <refname>modules.dep.bin</refname>
    <refpurpose>Module dependency information</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <para><filename>/lib/modules/modules.dep</filename></para>
    <para><filename>/lib/modules/modules.dep.bin</filename></para>
  </refsynopsisdiv>

  <refsect1><title>DESCRIPTION</title>
    <para>
      The <filename>modules.dep.bin</filename> as generated by
      module-init-tools <command>depmod</command>, lists the dependencies for
      every module in the directories under
      <filename>/lib/modules/</filename><replaceable>version</replaceable>,
      where <filename>modules.dep.bin</filename> (or the human readable version
      <filename>modules.dep</filename>) is also located. It is used by
      utilities such as <command>modprobe</command>. The binary version will be
      used by default, if it was generated by a compatible version of
      <command>depmod</command>, with fallback to the generic
      <filename>modules.dep</filename>.
    </para>
    <para>
      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
      <citerefentry><refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum></citerefentry>
      command to obtain information about modules in a future proof and
      compatible fashion rather than touching these files.
    </para>
  </refsect1>
  <refsect1><title>COPYRIGHT</title>
    <para>
      This manual page originally Copyright 2002, Rusty Russell, IBM
      Corporation. Maintained by Jon Masters and others.
    </para>
  </refsect1>
  <refsect1><title>SEE ALSO</title>
    <para>
      <citerefentry>
        <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>,
      <citerefentry>
        <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>
    </para>
  </refsect1>
</refentry>