diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/w3m.1 | 15 | ||||
-rw-r--r-- | doc/w3m.1 | 28 |
2 files changed, 34 insertions, 9 deletions
diff --git a/doc-jp/w3m.1 b/doc-jp/w3m.1 index a453880..1f119da 100644 --- a/doc-jp/w3m.1 +++ b/doc-jp/w3m.1 @@ -48,6 +48,9 @@ EUCコードで表示する. .B \-j JIS (ISO-2022-JP)コードで表示する. .TP +.BI \-O\ e|s|j|N|m +表示に使う文字コードを指定する. +.TP .BI \-I\ e|s 入力文書の文字コードを指定する. .TP @@ -94,12 +97,18 @@ Bookmark のファイルを指定する. .B w3m 終了時に,以前の画面に戻らない. .TP +.BI \-title =TERM +端末のタイトル文字列を設定する. +.TP .B \-W 折り返しサーチを使うかどうかを切りかえる. .TP .BI \-o\ option=value オプションを指定する. .TP +.B \-show-option +利用できるオプションを表示する. +.TP .B \-no\-proxy プロキシを利用しない. .TP @@ -151,6 +160,12 @@ HTTP要求ヘッダを追加する. .TP .BI \-config\ file configのファイルを指定する. +.TP +.B -help +ヘルプを表示する. +.TP +.B -version +w3m versionを表示する. .SS 文書の表示内容 HTML文書を表示しているときには,次のような表示になります. .in +8n @@ -53,15 +53,6 @@ ignore backspace effect .B -l line # of preserved line (default 10000) .TP -.B -s -Shift_JIS -.TP -.B -j -JIS -.TP -.B -e -EUC-JP -.TP .B -B load bookmark .TP @@ -123,6 +114,12 @@ don't use proxy .B -no-mouse don't use mouse .TP +.B -cookie +use cookie. +.TP +.B -no-cookie +don't use cookie +.TP .B -pauth user:pass proxy authentication .TP @@ -135,12 +132,25 @@ toggle wrap search mode .B -X don't use termcap init/deinit .TP +.B -title [=TERM] +set buffer name to termianl title string. +If TERM is specified, use the TERM style title configuration. +.TP .B -o opt=value assign value to config option .TP +.B -show-option +show all available config option +.TP .B -config file specify config file .TP +.B -help +show usage +.TP +.B -version +show w3m version +.TP .B -debug DO NOT USE .SH EXAMPLES |