diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/FAQ.html | 2 | ||||
-rw-r--r-- | doc/FAQ.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html index e40689b..d74b35d 100644 --- a/doc-jp/FAQ.html +++ b/doc-jp/FAQ.html @@ -199,7 +199,7 @@ w3mを起動すると,字が見えなくなります.<p> <p> <dt>画像のビューアを変えたいんだけど,どうするの? <dd>初期設定では画像を見るのに xv を使うようになっていますが,これを -例えば display に変える場合は,~/.mailcap または /etc/mailcap に次のよ +例えば display に変える場合は,~/.w3m/mailcap または /etc/mailcap に次のよ うな記述を入れます. <p> <pre> 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 |