diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-23 20:55:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-23 20:55:07 +0300 |
commit | 6753a5e2dfafd8c292120c2dcc547491ae7c5bb4 (patch) | |
tree | bfe9038db9a9aa8e3a29eecb01b4e8dda9ec4b88 /doc/gawk.texi | |
parent | 1be050479218a7698945c253e192a760ad305182 (diff) | |
download | egawk-6753a5e2dfafd8c292120c2dcc547491ae7c5bb4.tar.gz egawk-6753a5e2dfafd8c292120c2dcc547491ae7c5bb4.tar.bz2 egawk-6753a5e2dfafd8c292120c2dcc547491ae7c5bb4.zip |
In initial entry for PROCINFO["sorted_in"], fix the xref.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index f141fb36..b6685951 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -15752,7 +15752,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 |