diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index deb212ed..ec715346 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -5602,6 +5602,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? |