aboutsummaryrefslogtreecommitdiff
path: root/examples/depmod.pl
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
commit9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch)
tree94c3c0678d1349497abe2db6004e9331e50f6d37 /examples/depmod.pl
parenta6127aacef047ed7661722705b052811fbe7f467 (diff)
downloadbusybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip
whitespace cleanup
Diffstat (limited to 'examples/depmod.pl')
-rwxr-xr-xexamples/depmod.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/depmod.pl b/examples/depmod.pl
index 93c0b3dab..b2bf54713 100755
--- a/examples/depmod.pl
+++ b/examples/depmod.pl
@@ -34,7 +34,7 @@ my $dep = {};
34my $mod = {}; 34my $mod = {};
35 35
36my $usage = <<TXT; 36my $usage = <<TXT;
37$0 -b basedir { -k <vmlinux> | -F <System.map> } [options]... 37$0 -b basedir { -k <vmlinux> | -F <System.map> } [options]...
38 Where: 38 Where:
39 -h --help : Show this help screen 39 -h --help : Show this help screen
40 -b --basedir : Modules base directory (e.g /lib/modules/<2.x.y>) 40 -b --basedir : Modules base directory (e.g /lib/modules/<2.x.y>)
@@ -211,7 +211,7 @@ __END__
211 211
212depmod.pl - a cross platform script to generate kernel module 212depmod.pl - a cross platform script to generate kernel module
213dependency lists (modules.conf) which can then be used by modprobe 213dependency lists (modules.conf) which can then be used by modprobe
214on the target platform. 214on the target platform.
215 215
216It supports Linux 2.4 and 2.6 styles of modules.conf (auto-detected) 216It supports Linux 2.4 and 2.6 styles of modules.conf (auto-detected)
217 217
@@ -245,7 +245,7 @@ This displays the help message.
245=item B<-b --basedir> 245=item B<-b --basedir>
246 246
247The base directory uner which the target's modules will be found. This 247The base directory uner which the target's modules will be found. This
248defaults to the /lib/modules directory. 248defaults to the /lib/modules directory.
249 249
250If you don't specify the kernel version, this script will search for 250If you don't specify the kernel version, this script will search for
251one under the specified based directory and use the first thing that 251one under the specified based directory and use the first thing that