diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
| commit | e1a0d486e4804eae098571f1a6788394c2ee51ae (patch) | |
| tree | c6f3435738900c8d53832eb919b1b2c3d524f2e5 /include | |
| parent | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff) | |
| download | busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.gz busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.bz2 busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.zip | |
message string changes, mostly for consistency, also -32 bytes in .rodata
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/usage.h b/include/usage.h index 287d5a1c8..ffd00cfc8 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -762,8 +762,8 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
| 762 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ | 762 | "\t( EXPRESSION ) value of EXPRESSION\n\n" \ |
| 763 | "Beware that many operators need to be escaped or quoted for shells.\n" \ | 763 | "Beware that many operators need to be escaped or quoted for shells.\n" \ |
| 764 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ | 764 | "Comparisons are arithmetic if both ARGs are numbers, else\n" \ |
| 765 | "lexicographical. Pattern matches return the string matched between \n" \ | 765 | "lexicographical. Pattern matches return the string matched between\n" \ |
| 766 | "\\( and \\) or null; if \\( and \\) are not used, they return the number \n" \ | 766 | "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \ |
| 767 | "of characters matched or 0." | 767 | "of characters matched or 0." |
| 768 | 768 | ||
| 769 | #define fakeidentd_trivial_usage \ | 769 | #define fakeidentd_trivial_usage \ |
| @@ -1272,10 +1272,10 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
| 1272 | "This version of init is designed to be run only by the kernel.\n" \ | 1272 | "This version of init is designed to be run only by the kernel.\n" \ |
| 1273 | "\n" \ | 1273 | "\n" \ |
| 1274 | "BusyBox init doesn't support multiple runlevels. The runlevels field of\n" \ | 1274 | "BusyBox init doesn't support multiple runlevels. The runlevels field of\n" \ |
| 1275 | "the /etc/inittab file is completely ignored by BusyBox init. If you want \n" \ | 1275 | "the /etc/inittab file is completely ignored by BusyBox init. If you want\n" \ |
| 1276 | "runlevels, use sysvinit.\n" \ | 1276 | "runlevels, use sysvinit.\n" \ |
| 1277 | "\n" \ | 1277 | "\n" \ |
| 1278 | "BusyBox init works just fine without an inittab. If no inittab is found, \n" \ | 1278 | "BusyBox init works just fine without an inittab. If no inittab is found,\n" \ |
| 1279 | "it has the following default behavior:\n" \ | 1279 | "it has the following default behavior:\n" \ |
| 1280 | "\n" \ | 1280 | "\n" \ |
| 1281 | " ::sysinit:/etc/init.d/rcS\n" \ | 1281 | " ::sysinit:/etc/init.d/rcS\n" \ |
| @@ -2898,7 +2898,7 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \ | |||
| 2898 | USE_FEATURE_FANCY_TAIL( "\n\t-q\t\tnever output headers giving file names\n" \ | 2898 | USE_FEATURE_FANCY_TAIL( "\n\t-q\t\tnever output headers giving file names\n" \ |
| 2899 | "\t-s SEC\t\twait SEC seconds between reads with -f\n" \ | 2899 | "\t-s SEC\t\twait SEC seconds between reads with -f\n" \ |
| 2900 | "\t-v\t\talways output headers giving file names\n\n" \ | 2900 | "\t-v\t\talways output headers giving file names\n\n" \ |
| 2901 | "If the first character of N (bytes or lines) is a '+', output begins with \n" \ | 2901 | "If the first character of N (bytes or lines) is a '+', output begins with\n" \ |
| 2902 | "the Nth item from the start of each file, otherwise, print the last N items\n" \ | 2902 | "the Nth item from the start of each file, otherwise, print the last N items\n" \ |
| 2903 | "in the file. N bytes may be suffixed by k (x1024), b (x512), or m (1024^2)." ) | 2903 | "in the file. N bytes may be suffixed by k (x1024), b (x512), or m (1024^2)." ) |
| 2904 | #define tail_example_usage \ | 2904 | #define tail_example_usage \ |
| @@ -3156,7 +3156,7 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \ | |||
| 3156 | "\n\t-f\tForce umount (i.e., unreachable NFS server)" \ | 3156 | "\n\t-f\tForce umount (i.e., unreachable NFS server)" \ |
| 3157 | USE_FEATURE_MOUNT_LOOP("\n\t-D\tDo not free loop device (if a loop device has been used)") | 3157 | USE_FEATURE_MOUNT_LOOP("\n\t-D\tDo not free loop device (if a loop device has been used)") |
| 3158 | #define umount_example_usage \ | 3158 | #define umount_example_usage \ |
| 3159 | "$ umount /dev/hdc1 \n" | 3159 | "$ umount /dev/hdc1\n" |
| 3160 | 3160 | ||
| 3161 | #define uname_trivial_usage \ | 3161 | #define uname_trivial_usage \ |
| 3162 | "[OPTION]..." | 3162 | "[OPTION]..." |
