aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 32602505..f38eff49 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -5774,6 +5774,10 @@ they do not recognize collating symbols or equivalence classes.
@end quotation
@c maybe one day ...
+Inside a bracket expression, an opening bracket (@samp{[}) that does
+not start a character class, collating element or equivalence class is
+taken literally. This is also true of @samp{.} and @samp{*}.
+
@node Leftmost Longest
@section How Much Text Matches?