diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-20 07:16:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-20 07:16:22 +0000 |
commit | b868f55c788a39b0ed37d46cccd7a3867795dd9b (patch) | |
tree | 25584da9e2e526ab407c9510125bcf0cb4ebe74d /include | |
parent | 08573e0ac480485c3ad4cd3f4bba235ebd4f4081 (diff) | |
download | busybox-w32-b868f55c788a39b0ed37d46cccd7a3867795dd9b.tar.gz busybox-w32-b868f55c788a39b0ed37d46cccd7a3867795dd9b.tar.bz2 busybox-w32-b868f55c788a39b0ed37d46cccd7a3867795dd9b.zip |
Eradicate all references to loadacm
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/usage.h b/include/usage.h index ea1b5d5fe..d712ffe5f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1407,13 +1407,6 @@ | |||
1407 | "$ ls -l /tmp/ls\n" \ | 1407 | "$ ls -l /tmp/ls\n" \ |
1408 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" | 1408 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" |
1409 | 1409 | ||
1410 | #define loadacm_trivial_usage \ | ||
1411 | "< mapfile" | ||
1412 | #define loadacm_full_usage \ | ||
1413 | "Loads an acm from standard input." | ||
1414 | #define loadacm_example_usage \ | ||
1415 | "$ loadacm < /etc/i18n/acmname\n" | ||
1416 | |||
1417 | #define loadfont_trivial_usage \ | 1410 | #define loadfont_trivial_usage \ |
1418 | "< font" | 1411 | "< font" |
1419 | #define loadfont_full_usage \ | 1412 | #define loadfont_full_usage \ |