aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-06-11 22:18:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-06-11 22:18:42 +0300
commita13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4 (patch)
treed7c8d62c5241db64be11366321c6079129a4c312 /doc/gawktexi.in
parent991f2429a2319d355ee00586e4033f53dcc1b12d (diff)
parente43c786c285a0757b7db71cbc79a66e791829345 (diff)
downloadegawk-a13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4.tar.gz
egawk-a13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4.tar.bz2
egawk-a13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 38fa95e5..0aaff3e4 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -5520,6 +5520,11 @@ containing the alternation operator, @samp{|}. For example,
(These are Texinfo formatting control sequences. The @samp{+} is
explained further on in this list.)
+The left or opening parenthesis is always a metacharacter; to match
+one literally, precede it with a backslash. However, the right or
+closing parenthesis is only special when paired with a left parenthesis;
+an unpaired right parenthesis is (silently) treated as a regular character.
+
@cindex @code{*} (asterisk), @code{*} operator, as regexp operator
@cindex asterisk (@code{*}), @code{*} operator, as regexp operator
@item @code{*}