mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add a patch to fix a bug for a japaniese man, jgrep.1
Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp> Obtained from: direct mail
This commit is contained in:
parent
3e2d257cf1
commit
c2f3899f88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22426
26
japanese/jvim/files/patch-ad
Normal file
26
japanese/jvim/files/patch-ad
Normal file
@ -0,0 +1,26 @@
|
||||
--- jgrep.1.orig Sun Oct 10 21:46:18 1999
|
||||
+++ doc/jgrep.1 Sun Oct 10 21:48:40 1999
|
||||
@@ -80,17 +80,17 @@
|
||||
.B .
|
||||
日本語/英語1文字とマッチします。
|
||||
.TP
|
||||
-.B \[ \], \[^ \]
|
||||
+.B \&[ \&], \&[^ \&]
|
||||
指定された日本語とマッチします。次のようなパターンを指定することもできます。
|
||||
.br
|
||||
.nf
|
||||
.sp
|
||||
.lf
|
||||
-\[ぁ-ん\] : 平仮名
|
||||
-\[ァ-ヶ\] : 片仮名
|
||||
-\[0-9\] : JIS X0208数字
|
||||
-\[A-Z\] : JIS X0208英大文字
|
||||
-\[α-ω\] : JIS X0208ギリシャ小文字
|
||||
+\&[ぁ\&-ん\&] : 平仮名
|
||||
+\&[ァ\&-ヶ\&] : 片仮名
|
||||
+\&[0\&-9\&] : JIS X0208数字
|
||||
+\&[A\&-Z\&] : JIS X0208英大文字
|
||||
+\&[α\&-ω\&] : JIS X0208ギリシャ小文字
|
||||
.lf
|
||||
.fi
|
||||
.br
|
Loading…
Reference in New Issue
Block a user