diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /examples | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz |
whitespace cleanup
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/depmod.pl | 6 |
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 = {}; my $mod = {}; my $usage = <<TXT; -$0 -b basedir { -k <vmlinux> | -F <System.map> } [options]... +$0 -b basedir { -k <vmlinux> | -F <System.map> } [options]... Where: -h --help : Show this help screen -b --basedir : Modules base directory (e.g /lib/modules/<2.x.y>) @@ -211,7 +211,7 @@ __END__ depmod.pl - a cross platform script to generate kernel module dependency lists (modules.conf) which can then be used by modprobe -on the target platform. +on the target platform. It supports Linux 2.4 and 2.6 styles of modules.conf (auto-detected) @@ -245,7 +245,7 @@ This displays the help message. =item B<-b --basedir> The base directory uner which the target's modules will be found. This -defaults to the /lib/modules directory. +defaults to the /lib/modules directory. If you don't specify the kernel version, this script will search for one under the specified based directory and use the first thing that |