diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-07-23 01:27:56 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-07-23 01:27:56 +0000 |
commit | 435962327a935e34402b8800d488a654cddd06c6 (patch) | |
tree | adff192ebe88ab76615a540657c731ab335a58c9 | |
parent | b8756317545a959d86186e390314810041f95482 (diff) | |
download | busybox-w32-435962327a935e34402b8800d488a654cddd06c6.tar.gz busybox-w32-435962327a935e34402b8800d488a654cddd06c6.tar.bz2 busybox-w32-435962327a935e34402b8800d488a654cddd06c6.zip |
Patch from Felipe Kellermann to fix some typo's
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 43c67b303..d37b3e137 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -228,7 +228,7 @@ | |||
228 | "\t-d [#] -l [#] -S -L logfile -f -b -c dir\n" \ | 228 | "\t-d [#] -l [#] -S -L logfile -f -b -c dir\n" \ |
229 | "\t-d num\tdebug level\n" \ | 229 | "\t-d num\tdebug level\n" \ |
230 | "\t-l num\tlog level (8 - default)\n" \ | 230 | "\t-l num\tlog level (8 - default)\n" \ |
231 | "\t-S\tlog to syslod (default)\n" \ | 231 | "\t-S\tlog to syslogd (default)\n" \ |
232 | "\t-L file\tlog to file\n" \ | 232 | "\t-L file\tlog to file\n" \ |
233 | "\t-f\trun in fordeground\n" \ | 233 | "\t-f\trun in fordeground\n" \ |
234 | "\t-b\trun in background (default)\n" \ | 234 | "\t-b\trun in background (default)\n" \ |
@@ -431,7 +431,7 @@ | |||
431 | "\t-C\tConfigure an unpackaged package\n" \ | 431 | "\t-C\tConfigure an unpackaged package\n" \ |
432 | "\t-P\tPurge all files of a package\n" \ | 432 | "\t-P\tPurge all files of a package\n" \ |
433 | "\t-r\tRemove all but the configuration files for a package\n" \ | 433 | "\t-r\tRemove all but the configuration files for a package\n" \ |
434 | "\t-u\tUnpack a package, but dont configure it" | 434 | "\t-u\tUnpack a package, but don't configure it" |
435 | 435 | ||
436 | #define dpkg_deb_trivial_usage \ | 436 | #define dpkg_deb_trivial_usage \ |
437 | "[-cefxX] FILE [argument]" | 437 | "[-cefxX] FILE [argument]" |
@@ -500,8 +500,8 @@ | |||
500 | "Displays the DHCP leases granted by udhcpd.\n\n" \ | 500 | "Displays the DHCP leases granted by udhcpd.\n\n" \ |
501 | "Options:\n" \ | 501 | "Options:\n" \ |
502 | "\t-f,\t--file=FILENAME\tLeases file to load\n" \ | 502 | "\t-f,\t--file=FILENAME\tLeases file to load\n" \ |
503 | "\t-r,\t--remaining\tInterepret lease times as time remaing\n" \ | 503 | "\t-r,\t--remaining\tInterpret lease times as time remaing\n" \ |
504 | "\t-a,\t--absolute\tInterepret lease times as expire time" | 504 | "\t-a,\t--absolute\tInterpret lease times as expire time" |
505 | 505 | ||
506 | #ifdef CONFIG_FEATURE_FANCY_ECHO | 506 | #ifdef CONFIG_FEATURE_FANCY_ECHO |
507 | #define USAGE_FANCY_ECHO(a) a | 507 | #define USAGE_FANCY_ECHO(a) a |
@@ -1217,7 +1217,7 @@ | |||
1217 | "\n" \ | 1217 | "\n" \ |
1218 | " <process>:\n" \ | 1218 | " <process>:\n" \ |
1219 | "\n" \ | 1219 | "\n" \ |
1220 | " Specifies the process to be executed and it's command line.\n" \ | 1220 | " Specifies the process to be executed and its command line.\n" \ |
1221 | "\n" \ | 1221 | "\n" \ |
1222 | "Example /etc/inittab file:\n" \ | 1222 | "Example /etc/inittab file:\n" \ |
1223 | "\n" \ | 1223 | "\n" \ |