diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-29 17:13:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-29 17:13:13 +0300 |
commit | 0eaab9127d090da073a53695583837fcbd2be9d3 (patch) | |
tree | d2c34b0df5b4608830fb58f87002f512d3df8e98 /doc/gawk.texi | |
parent | 7e649df8a9e0375363a724ce89f78021a4395bf0 (diff) | |
download | egawk-0eaab9127d090da073a53695583837fcbd2be9d3.tar.gz egawk-0eaab9127d090da073a53695583837fcbd2be9d3.tar.bz2 egawk-0eaab9127d090da073a53695583837fcbd2be9d3.zip |
Update input_parser interface for RT.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 940dc783..12b77556 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -7323,6 +7323,7 @@ can cause @code{FILENAME} to be updated if they cause summarizes the eight variants of @code{getline}, listing which built-in variables are set by each one, and whether the variant is standard or a @command{gawk} extension. +Note: for each variant, @command{gawk} sets the @code{RT} built-in variable. @float Table,table-getline-variants @caption{getline Variants and What They Set} |