aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 16:55:23 +0000
committerrsc <devnull@localhost>2005-02-11 16:55:23 +0000
commit91968d0ac9545d36e7df72540fa687127db39432 (patch)
tree1d4a9e3bdf3e65dbde1c3bbb06f4d60c82010d41 /src/cmd/dict
parent5aa723da3c271a5dd216bba535a3b4bc81642aaa (diff)
downloadplan9port-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.c2
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",