diff options
author | rsc <devnull@localhost> | 2005-02-11 16:55:23 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:55:23 +0000 |
commit | 91968d0ac9545d36e7df72540fa687127db39432 (patch) | |
tree | 1d4a9e3bdf3e65dbde1c3bbb06f4d60c82010d41 /src/cmd/dict | |
parent | 5aa723da3c271a5dd216bba535a3b4bc81642aaa (diff) | |
download | plan9port-91968d0ac9545d36e7df72540fa687127db39432.tar.gz plan9port-91968d0ac9545d36e7df72540fa687127db39432.tar.bz2 plan9port-91968d0ac9545d36e7df72540fa687127db39432.zip |
better path for ahd
Diffstat (limited to 'src/cmd/dict')
-rw-r--r-- | src/cmd/dict/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dict/utils.c b/src/cmd/dict/utils.c index b5baab92..ef03f668 100644 --- a/src/cmd/dict/utils.c +++ b/src/cmd/dict/utils.c @@ -8,7 +8,7 @@ Dict dicts[] = { "#9/dict/oed2", "#9/dict/oed2index", oednextoff, oedprintentry, oedprintkey}, {"ahd", "American Heritage Dictionary, 2nd College Ed.", - "ahd/DICT.DB", "ahd/index", + "#9/dict/ahd/DICT.DB", "#9/dict/ahd/index", ahdnextoff, ahdprintentry, ahdprintkey}, {"pgw", "Project Gutenberg Webster Dictionary", "#9/dict/pgw", "#9/dict/pgwindex", |