]> granicus.if.org Git - onig/commitdiff
minor updateof doc/RE
authorK.Kosako <kosako@sofnec.co.jp>
Fri, 13 Apr 2018 07:17:19 +0000 (16:17 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Fri, 13 Apr 2018 07:17:19 +0000 (16:17 +0900)
doc/RE
doc/RE.ja

diff --git a/doc/RE b/doc/RE
index 0ecd9db47c1b07aead956f78457ad809544f3c80..e75daadad5bef2fe5cee6f28623507e8c8460b42 100644 (file)
--- a/doc/RE
+++ b/doc/RE
@@ -1,4 +1,4 @@
-Oniguruma Regular Expressions Version 6.8.0    2018/04/10
+Oniguruma Regular Expressions Version 6.8.0    2018/04/13
 
 syntax: ONIG_SYNTAX_ONIGURUMA (default)
 
@@ -266,10 +266,11 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default)
   <Callouts>
 
   * Callouts of contents
-  (?{...contents...})         callouts in progress
-  (?{...contents...}D)        D is a direction flag char. ('X' or '<' or '>')
-                              D = 'X': progress and retraction, '<': retraction only
-                              '>': progress only (default)
+  (?{...contents...})         callout in progress
+  (?{...contents...}D)        D is a direction flag char
+                              D = 'X': in progress and retraction
+                                  '<': in retraction only
+                                  '>': in progress only
   (?{...contents...}[tag])    tag assigned
   (?{...contents...}[tag]D)
 
index d44764a29f1af6f64729154654318f40bb9bac31..8cc0990f3d0a0a56f5aaea8e0b73a93933fad881 100644 (file)
--- a/doc/RE.ja
+++ b/doc/RE.ja
@@ -1,4 +1,4 @@
-鬼車 正規表現 Version 6.8.0    2018/04/10
+鬼車 正規表現 Version 6.8.0    2018/04/13
 
 使用文法: ONIG_SYNTAX_ONIGURUMA (既定値)
 
 
   * 内容の呼び出し
   (?{...contents...})           前進中のみの呼び出し
-  (?{...contents...}D)          Dは方向指定文字 ('X' or '<' or '>')
-                                D = 'X': 前進および後退,  '<' 後退のみ, '>': 前進のみ
+  (?{...contents...}D)          Dは方向指定文字
+                                D = 'X': 前進中および後退中
+                                    '<': 後退中のみ
+                                    '>': 前進中のみ
   (?{...contents...}[tag])      名札付き
   (?{...contents...}[tag]D)