diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -165,7 +165,7 @@ | |||
165 | #define dc_full_usage \ | 165 | #define dc_full_usage \ |
166 | "This is a Tiny RPN calculator that understands the\n" \ | 166 | "This is a Tiny RPN calculator that understands the\n" \ |
167 | "following operations: +, -, /, *, and, or, not, eor.\n" \ | 167 | "following operations: +, -, /, *, and, or, not, eor.\n" \ |
168 | "i.e. 'dc 2 2 add' -> 4, and 'dc 8 8 \\* 2 2 + /' -> 16" | 168 | "i.e., 'dc 2 2 add' -> 4, and 'dc 8 8 \\* 2 2 + /' -> 16" |
169 | #define dc_example_usage \ | 169 | #define dc_example_usage \ |
170 | "$ dc 2 2 +\n" \ | 170 | "$ dc 2 2 +\n" \ |
171 | "4\n" \ | 171 | "4\n" \ |
@@ -221,7 +221,7 @@ | |||
221 | "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ | 221 | "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ |
222 | "\t-m\tprint sizes in megabytes\n" \ | 222 | "\t-m\tprint sizes in megabytes\n" \ |
223 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ | 223 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ |
224 | "\n\t-k\tprint sizes in kilobytes(compatability)") | 224 | "\n\t-k\tprint sizes in kilobytes(compatibility)") |
225 | #define df_example_usage \ | 225 | #define df_example_usage \ |
226 | "$ df\n" \ | 226 | "$ df\n" \ |
227 | "Filesystem 1k-blocks Used Available Use% Mounted on\n" \ | 227 | "Filesystem 1k-blocks Used Available Use% Mounted on\n" \ |
@@ -275,7 +275,7 @@ | |||
275 | "\t-f\tDisplay control field name starting with [argument]\n" \ | 275 | "\t-f\tDisplay control field name starting with [argument]\n" \ |
276 | "\t-I\tDisplay the control filenamed [argument]\n" \ | 276 | "\t-I\tDisplay the control filenamed [argument]\n" \ |
277 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ | 277 | "\t-t\tExtract filesystem tree to stdout in tar format\n" \ |
278 | "\t-x\tExctract packages filesystem tree to directory\n" \ | 278 | "\t-x\tExtract packages filesystem tree to directory\n" \ |
279 | "\t-X\tVerbose extract" | 279 | "\t-X\tVerbose extract" |
280 | #define dpkg_deb_example_usage \ | 280 | #define dpkg_deb_example_usage \ |
281 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" | 281 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" |
@@ -292,7 +292,7 @@ | |||
292 | "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ | 292 | "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ |
293 | "\t-m\tprint sizes in megabytes\n" \ | 293 | "\t-m\tprint sizes in megabytes\n" \ |
294 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ | 294 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ |
295 | "\n\t-k\tprint sizes in kilobytes(compatability)") | 295 | "\n\t-k\tprint sizes in kilobytes(compatibility)") |
296 | #define du_example_usage \ | 296 | #define du_example_usage \ |
297 | "$ du\n" \ | 297 | "$ du\n" \ |
298 | "16 ./CVS\n" \ | 298 | "16 ./CVS\n" \ |
@@ -317,7 +317,7 @@ | |||
317 | "[FILE]" | 317 | "[FILE]" |
318 | #define dutmp_full_usage \ | 318 | #define dutmp_full_usage \ |
319 | "Dump utmp file format (pipe delimited) from FILE\n" \ | 319 | "Dump utmp file format (pipe delimited) from FILE\n" \ |
320 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')" | 320 | "or stdin to stdout. (i.e., 'dutmp /var/run/utmp')" |
321 | #define dutmp_example_usage \ | 321 | #define dutmp_example_usage \ |
322 | "$ dutmp /var/run/utmp\n" \ | 322 | "$ dutmp /var/run/utmp\n" \ |
323 | "8|7||si|||0|0|0|955637625|760097|0\n" \ | 323 | "8|7||si|||0|0|0|955637625|760097|0\n" \ |
@@ -334,7 +334,7 @@ | |||
334 | "Prints the specified ARGs to stdout\n\n" \ | 334 | "Prints the specified ARGs to stdout\n\n" \ |
335 | "Options:\n" \ | 335 | "Options:\n" \ |
336 | "\t-n\tsuppress trailing newline\n" \ | 336 | "\t-n\tsuppress trailing newline\n" \ |
337 | "\t-e\tinterpret backslash-escaped characters (i.e. \\t=tab etc)\n" \ | 337 | "\t-e\tinterpret backslash-escaped characters (i.e., \\t=tab)\n" \ |
338 | "\t-E\tdisable interpretation of backslash-escaped characters" | 338 | "\t-E\tdisable interpretation of backslash-escaped characters" |
339 | #define echo_example_usage \ | 339 | #define echo_example_usage \ |
340 | "$ echo "Erik is cool"\n" \ | 340 | "$ echo "Erik is cool"\n" \ |
@@ -713,7 +713,7 @@ | |||
713 | " sysinit actions are completed before continuing. Following the\n" \ | 713 | " sysinit actions are completed before continuing. Following the\n" \ |
714 | " completion of all sysinit actions, all 'wait' actions are run.\n" \ | 714 | " completion of all sysinit actions, all 'wait' actions are run.\n" \ |
715 | " 'wait' actions, like 'sysinit' actions, cause init to wait until\n" \ | 715 | " 'wait' actions, like 'sysinit' actions, cause init to wait until\n" \ |
716 | " the specified task completes. 'once' actions are asyncronous,\n" \ | 716 | " the specified task completes. 'once' actions are asynchronous,\n" \ |
717 | " therefore, init does not wait for them to complete. 'ctrlaltdel'\n" \ | 717 | " therefore, init does not wait for them to complete. 'ctrlaltdel'\n" \ |
718 | " actions are run when the system detects that someone on the system\n" \ | 718 | " actions are run when the system detects that someone on the system\n" \ |
719 | " console has pressed the CTRL-ALT-DEL key combination. Typically one\n" \ | 719 | " console has pressed the CTRL-ALT-DEL key combination. Typically one\n" \ |
@@ -949,7 +949,7 @@ | |||
949 | USAGE_HUMAN_READABLE( \ | 949 | USAGE_HUMAN_READABLE( \ |
950 | "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ | 950 | "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ |
951 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ | 951 | "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ |
952 | "\t-k\tprint sizes in kilobytes(compatability)") | 952 | "\t-k\tprint sizes in kilobytes(compatibility)") |
953 | 953 | ||
954 | #define lsmod_trivial_usage \ | 954 | #define lsmod_trivial_usage \ |
955 | "" | 955 | "" |
@@ -1061,7 +1061,7 @@ | |||
1061 | "[-q] TEMPLATE" | 1061 | "[-q] TEMPLATE" |
1062 | #define mktemp_full_usage \ | 1062 | #define mktemp_full_usage \ |
1063 | "Creates a temporary file with its name based on TEMPLATE.\n" \ | 1063 | "Creates a temporary file with its name based on TEMPLATE.\n" \ |
1064 | "TEMPLATE is any name with six `Xs' (i.e. /tmp/temp.XXXXXX)." | 1064 | "TEMPLATE is any name with six `Xs' (i.e., /tmp/temp.XXXXXX)." |
1065 | #define mktemp_example_usage \ | 1065 | #define mktemp_example_usage \ |
1066 | "$ mktemp /tmp/temp.XXXXXX\n" \ | 1066 | "$ mktemp /tmp/temp.XXXXXX\n" \ |
1067 | "/tmp/temp.mWiLjM\n" \ | 1067 | "/tmp/temp.mWiLjM\n" \ |
@@ -1608,7 +1608,7 @@ | |||
1608 | "\nFlags:\n" "\t-a\tUnmount all file systems" \ | 1608 | "\nFlags:\n" "\t-a\tUnmount all file systems" \ |
1609 | USAGE_MTAB(" in /etc/mtab\n\t-n\tDon't erase /etc/mtab entries") \ | 1609 | USAGE_MTAB(" in /etc/mtab\n\t-n\tDon't erase /etc/mtab entries") \ |
1610 | "\n\t-r\tTry to remount devices as read-only if mount is busy" \ | 1610 | "\n\t-r\tTry to remount devices as read-only if mount is busy" \ |
1611 | USAGE_MOUNT_FORCE("\n\t-f\tForce umount (i.e. unreachable NFS server)") \ | 1611 | USAGE_MOUNT_FORCE("\n\t-f\tForce umount (i.e., unreachable NFS server)") \ |
1612 | USAGE_MOUNT_LOOP("\n\t-l\tDo not free loop device (if a loop device has been used)") | 1612 | USAGE_MOUNT_LOOP("\n\t-l\tDo not free loop device (if a loop device has been used)") |
1613 | #define umount_example_usage \ | 1613 | #define umount_example_usage \ |
1614 | "$ umount /dev/hdc1 \n" | 1614 | "$ umount /dev/hdc1 \n" |