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) |
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 @@ "$ ls -l /tmp/ls\n" \ "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" -#define loadacm_trivial_usage \ - "< mapfile" -#define loadacm_full_usage \ - "Loads an acm from standard input." -#define loadacm_example_usage \ - "$ loadacm < /etc/i18n/acmname\n" - #define loadfont_trivial_usage \ "< font" #define loadfont_full_usage \ |