diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-23 21:05:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-23 21:05:32 +0300 |
commit | b6de667a0fde62f36fdad941c948a03ae9356745 (patch) | |
tree | 49dc4439efe04f49b7f8a05b5ecf0758ddf4ea2b /doc/gawktexi.in | |
parent | 7efb68565eabba93f5c437e8ad03203c4dc7ba1a (diff) | |
parent | 101b17f4ba775f078449b2e80b33bb1d6d150f73 (diff) | |
download | egawk-b6de667a0fde62f36fdad941c948a03ae9356745.tar.gz egawk-b6de667a0fde62f36fdad941c948a03ae9356745.tar.bz2 egawk-b6de667a0fde62f36fdad941c948a03ae9356745.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a833b92b..be2b9dd5 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -15070,7 +15070,7 @@ order in which array indices will be processed by @samp{for (@var{indx} in @var{array})} loops. This is an advanced feature, so we defer the full description until later; see -@ref{Scanning an Array}. +@ref{Controlling Scanning}. @end table @cindex @code{RLENGTH} variable |