aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/03-w3m.1-debian-fix12
-rw-r--r--debian/patches/04-ja-w3m.1-debian-fix42
-rw-r--r--debian/patches/series2
3 files changed, 56 insertions, 0 deletions
diff --git a/debian/patches/03-w3m.1-debian-fix b/debian/patches/03-w3m.1-debian-fix
index faf54c5..f8d9116 100644
--- a/debian/patches/03-w3m.1-debian-fix
+++ b/debian/patches/03-w3m.1-debian-fix
@@ -40,3 +40,15 @@ diff -Nru w3m-0.4rc1.orig/doc-jp/w3m.1 w3m-0.4rc1/doc-jp/w3m.1
連続する空行を1行にまとめて表示する.
.TP
.B \-X
+diff -urN w3m-0.5.2.orig/doc/w3m.1 w3m-0.5.2/doc/w3m.1
+--- w3m-0.5.2.orig/doc/w3m.1 2002-11-12 21:36:30.000000000 +0900
++++ w3m-0.5.2/doc/w3m.1 2008-06-01 08:25:04.000000000 +0900
+@@ -133,7 +133,7 @@
+ don't use termcap init/deinit
+ .TP
+ .B -title [=TERM]
+-set buffer name to termianl title string.
++set buffer name to terminal title string.
+ If TERM is specified, use the TERM style title configuration.
+ .TP
+ .B -o opt=value
diff --git a/debian/patches/04-ja-w3m.1-debian-fix b/debian/patches/04-ja-w3m.1-debian-fix
new file mode 100644
index 0000000..7dc6ffd
--- /dev/null
+++ b/debian/patches/04-ja-w3m.1-debian-fix
@@ -0,0 +1,42 @@
+diff -urN w3m-0.5.2.orig/doc-jp/w3m.1 w3m-0.5.2/doc-jp/w3m.1
+--- w3m-0.5.2.orig/doc-jp/w3m.1 2002-11-12 21:36:30.000000000 +0900
++++ w3m-0.5.2/doc-jp/w3m.1 2008-06-01 11:07:34.000000000 +0900
+@@ -264,7 +264,7 @@
+ .B "ESC g"
+ 画面下で行番号を入力し,そこで指定した行に移動します.
+ ここで
+-.$
++.B $
+ を入力すると,最終行に移動します.
+ .TP
+ .B Z
+@@ -337,7 +337,7 @@
+ 現在のリンク先を,外部ブラウザを使って表示します.
+ .B "2ESC M", "3ESC M"
+ で2番目と3番目のブラウザを使います.
+-.El
++.\"
+ .SS ファイルとURL関係の操作
+ .TP
+ .B U
+@@ -377,9 +377,9 @@
+ .TP
+ .B "ESC s"
+ HTMLのソースをファイルに保存します.
+-.v
++.B v
+ でソースを表示して
+-.S
++.B S
+ で保存するのとほぼ同じですが,
+ .B "ESC s"
+ で保存したファイルは漢字コードがオリジナルのままであるのに対して,
+@@ -403,7 +403,7 @@
+ .TP
+ .B RET
+ 現在選択しているバッファを表示します.
+-.El
++.\"
+ .SS ブックマーク操作
+ .TP
+ .B "ESC b"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..24b6fd5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+03-w3m.1-debian-fix
+04-ja-w3m.1-debian-fix