diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-10 21:59:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-10 21:59:17 +0200 |
commit | e94925dbee5f3bec8594543c9876750776828547 (patch) | |
tree | 7e47db87b693b2d2725b53b064839bb7c45e8015 /doc/gawk.texi | |
parent | c15d33dc30325b9c450ad4830dd2ef9f8e6569b7 (diff) | |
download | egawk-e94925dbee5f3bec8594543c9876750776828547.tar.gz egawk-e94925dbee5f3bec8594543c9876750776828547.tar.bz2 egawk-e94925dbee5f3bec8594543c9876750776828547.zip |
Small doc fix: update master menu.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
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. |