OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / module-init-tools / modules.dep.5
1 .\" This -*- nroff -*- file has been generated from
2 .\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
3 ...\"
4 ...\"   transcript compatibility for postscript use.
5 ...\"
6 ...\"   synopsis:  .P! <file.ps>
7 ...\"
8 .de P!
9 \\&.
10 .fl                     \" force out current output buffer
11 \\!%PB
12 \\!/showpage{}def
13 ...\" the following is from Ken Flowers -- it prevents dictionary overflows
14 \\!/tempdict 200 dict def tempdict begin
15 .fl                     \" prolog
16 .sy cat \\$1\" bring in postscript file
17 ...\" the following line matches the tempdict above
18 \\!end % tempdict %
19 \\!PE
20 \\!.
21 .sp \\$2u       \" move below the image
22 ..
23 .de pF
24 .ie     \a\\*(f1\a\a .ds f1 \\n(.f
25 .el .ie \a\\*(f2\a\a .ds f2 \\n(.f
26 .el .ie \a\\*(f3\a\a .ds f3 \\n(.f
27 .el .ie \a\\*(f4\a\a .ds f4 \\n(.f
28 .el .tm ? font overflow
29 .ft \\$1
30 ..
31 .de fP
32 .ie     !\a\\*(f4\a\a \{\
33 .       ft \\*(f4
34 .       ds f4\"
35 '       br \}
36 .el .ie !\a\\*(f3\a\a \{\
37 .       ft \\*(f3
38 .       ds f3\"
39 '       br \}
40 .el .ie !\a\\*(f2\a\a \{\
41 .       ft \\*(f2
42 .       ds f2\"
43 '       br \}
44 .el .ie !\a\\*(f1\a\a \{\
45 .       ft \\*(f1
46 .       ds f1\"
47 '       br \}
48 .el .tm ? font underflow
49 ..
50 .ds f1\"
51 .ds f2\"
52 .ds f3\"
53 .ds f4\"
54 '\" t 
55 .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
56 .TH "modules.dep" "5" 
57 .SH "NAME" 
58 modules.dep \(em List of module dependencies 
59 .SH "DESCRIPTION" 
60 .PP 
61 The \fBmodules.dep\fP as generated by 
62 module-init-tools \fBdepmod\fP, lists the 
63 dependencies for every module in the directories under 
64 \fB/lib/modules/\fP\fIversion\fP, 
65 where \fBmodules.dep\fP is. 
66  
67 .PP 
68 Blank lines, and lines starting with a '#' (ignoring spaces) are 
69 ignored.  Other lines are of the form "filename: [filename]*", 
70 listing the complete dependencies for the first filename in 
71 descending order. 
72  
73 .PP 
74 For example, if 
75 \fB/lib/modules/2.5.53/kernel/a.ko\fP depended on 
76 \fBb.ko\fP and \fBc.ko\fP in the 
77 same directory, and \fBc.ko\fP depended on 
78 \fBb.ko\fP as well, the file might look like: 
79  
80 .PP 
81 .nf 
82 .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
83 # This is a comment. 
84 /lib/modules/2.5.53/kernel/a.ko: /lib/modules/2.5.53/kernel/c.ko /lib/modules/2.5.53/kernel/b.ko 
85 /lib/modules/2.5.53/kernel/b.ko: 
86 /lib/modules/2.5.53/kernel/c.ko: /lib/modules/2.5.53/kernel/b.ko 
87  
88 .fi 
89 .PP 
90 This file is used by \fBmodprobe\fP to know the 
91 order to load modules (they are loaded right to left, and 
92 removed left to right). 
93  
94 .SH "COPYRIGHT" 
95 .PP 
96 This manual page Copyright 2002, Rusty Russell, IBM Corporation. 
97  
98 .SH "SEE ALSO" 
99 .PP 
100 \fBmodprobe\fP\fB(8)\fP      
101 ...\" created by instant / docbook-to-man, Fri 28 Mar 2003, 11:01