diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-07-13 17:17:39 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-07-13 17:17:39 +0000 |
commit | ecd6374362661da29e3fb15c4550c13794774e58 (patch) | |
tree | 4f2530ac57429942e7f89eaef86aae5b79d2e04a /doc | |
parent | based on [w3m-dev 04079] (diff) | |
download | w3m-ecd6374362661da29e3fb15c4550c13794774e58.tar.gz w3m-ecd6374362661da29e3fb15c4550c13794774e58.zip |
Debian Bug#259053
* doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 6973e2e..a3e0cfc 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -239,7 +239,7 @@ from the server each time it accesses it. If possible, use a cache server. (if you are using netscape). <p> <dt><h3>How do I change the default image viewer?</h3> -<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.mailcap or /etc/mailcap. +<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.w3m/mailcap or /etc/mailcap. <p> <pre> image/*; display %s |