aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dict
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2018-03-23 09:35:04 +0000
committerGitHub <noreply@github.com>2018-03-23 09:35:04 +0000
commite039eb2590677056f87600bd9881e9e4cfb1eb9d (patch)
tree8381ef9090bcc1bfdd1ed29d919cccc208ec99d9 /doc/README.dict
parentUpdate ChangeLog (diff)
parentUpdate README.img (diff)
downloadw3m-e039eb2590677056f87600bd9881e9e4cfb1eb9d.tar.gz
w3m-e039eb2590677056f87600bd9881e9e4cfb1eb9d.zip
Merge pull request #97 from barbeque/patch-1
Update grammar & spelling in some English READMEs
Diffstat (limited to 'doc/README.dict')
-rw-r--r--doc/README.dict10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.dict b/doc/README.dict
index bd82cdb..88f4b1a 100644
--- a/doc/README.dict
+++ b/doc/README.dict
@@ -2,14 +2,14 @@ Dictionary look-up hack for w3m
1. INTRODUCTION
-If you have dictionary look-up command (like 'webster'), you can
-look a word in a document using w3m. This dictionary-lookup code
+If you have a dictionary look-up command (such as 'webster'), you can
+look up words in a document using w3m. This dictionary-lookup code
was contributed by `Rubikitch' (rubikitch@ruby-lang.org), and
-further modifed by Tushar Samant (scribble at pobox.com).
+further modified by Tushar Samant (scribble at pobox.com).
2. INSTALLATION
-To make use of dictionary look-up, you currently must change a
+To make use of the dictionary look-up, you currently must change a
compile option by hand. After running configure, edit config.h
and change
@@ -19,7 +19,7 @@ to
#define USE_DICT
-and recompile w3me (i.e. type "make install").
+and recompile w3m (i.e. type "make install").
Note that w3m/0.3+cvs-1.373 or later, USE_DICT is defined by default.
Then find or install a CGI program which takes a word as a query