diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-02 20:17:55 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-02 20:17:55 +0000 |
commit | d2daa340b1223602ec77e05f09ed0e25471f77bb (patch) | |
tree | b0cd49908a23f040419e14f3678651005416d2fa /include/usage.h | |
parent | a608d34d920aafec9b54c7763d9d5fcdaebb3374 (diff) | |
download | busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.tar.gz busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.tar.bz2 busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.zip |
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index c8984e99b..0ac0284ce 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2743,7 +2743,7 @@ | |||
2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ | 2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ |
2744 | "\t-u\tsuppress duplicate lines" \ | 2744 | "\t-u\tsuppress duplicate lines" \ |
2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ | 2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ |
2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatability") \ | 2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatibility") \ |
2747 | "" | 2747 | "" |
2748 | #define sort_example_usage \ | 2748 | #define sort_example_usage \ |
2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ | 2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ |