OSDN Git Service

GNU_grep: Remove unnecessary period in \W description
authorAkihiro Motoki <amotoki@gmail.com>
Sat, 9 Jul 2022 06:29:41 +0000 (15:29 +0900)
committerAkihiro Motoki <amotoki@gmail.com>
Sat, 9 Jul 2022 06:29:41 +0000 (15:29 +0900)
Fix a bug reported in [JM:03702]

manual/GNU_grep/draft/man1/grep.1
manual/GNU_grep/release/man1/grep.1

index ef90dd0..6ab7a18 100644 (file)
@@ -1354,7 +1354,7 @@ C ロケールや \s-1ASCII\s0 文字集合のエンコーディングの場合
 シンボル
 .B \eW
 は
-.BR [^_[:alnum:]] .
+.B [^_[:alnum:]]
 と同じ意味です。
 .\"O .SS Repetition
 .SS "繰り返し"
index 7536d3c..bd8a0ea 100644 (file)
@@ -761,7 +761,7 @@ C ロケールや \s-1ASCII\s0 文字集合のエンコーディングの場合
 シンボル
 .B \eW
 は
-.BR [^_[:alnum:]] .
+.B [^_[:alnum:]]
 と同じ意味です。
 .SS "繰り返し"
 正規表現の後には、繰り返し演算子のどれかが続くことがあります。