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/depmod.pl | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'examples/depmod.pl')
-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 = {}; | |||
34 | my $mod = {}; | 34 | my $mod = {}; |
35 | 35 | ||
36 | my $usage = <<TXT; | 36 | my $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 | ||
212 | depmod.pl - a cross platform script to generate kernel module | 212 | depmod.pl - a cross platform script to generate kernel module |
213 | dependency lists (modules.conf) which can then be used by modprobe | 213 | dependency lists (modules.conf) which can then be used by modprobe |
214 | on the target platform. | 214 | on the target platform. |
215 | 215 | ||
216 | It supports Linux 2.4 and 2.6 styles of modules.conf (auto-detected) | 216 | It 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 | ||
247 | The base directory uner which the target's modules will be found. This | 247 | The base directory uner which the target's modules will be found. This |
248 | defaults to the /lib/modules directory. | 248 | defaults to the /lib/modules directory. |
249 | 249 | ||
250 | If you don't specify the kernel version, this script will search for | 250 | If you don't specify the kernel version, this script will search for |
251 | one under the specified based directory and use the first thing that | 251 | one under the specified based directory and use the first thing that |