tbetter path for ahd - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 91968d0ac9545d36e7df72540fa687127db39432
DIR parent 5aa723da3c271a5dd216bba535a3b4bc81642aaa
HTML Author: rsc <devnull@localhost>
Date: Fri, 11 Feb 2005 16:55:23 +0000
better path for ahd
Diffstat:
M src/cmd/dict/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/dict/utils.c b/src/cmd/dict/utils.c
t@@ -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",