aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 48ec7032..2698d6d8 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -538,6 +538,8 @@ particular records in a file and perform operations upon them.
* Regexp Usage:: How to Use Regular Expressions.
* Escape Sequences:: How to write nonprinting characters.
* Regexp Operators:: Regular Expression Operators.
+* Regexp Operator Details:: The actual details.
+* Interval Expressions:: Notes on interval expressions.
* Bracket Expressions:: What can go between @samp{[...]}.
* Leftmost Longest:: How much text matches.
* Computed Regexps:: Using Dynamic Regexps.