diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-29 21:39:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-29 21:39:47 +0200 |
commit | 7c759ec96a0e5f6fac405e67e2b7299c0ac0a867 (patch) | |
tree | d3accb106a5da4ea59806ce5adfad9814a208af5 /doc/gawk.1 | |
parent | 334a4d623501739b794239add6fade23abbdb645 (diff) | |
download | egawk-7c759ec96a0e5f6fac405e67e2b7299c0ac0a867.tar.gz egawk-7c759ec96a0e5f6fac405e67e2b7299c0ac0a867.tar.bz2 egawk-7c759ec96a0e5f6fac405e67e2b7299c0ac0a867.zip |
Disable writing to arbitrary elements of SYMTAB.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Nov 26 2018" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Nov 29 2018" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1425,7 +1425,8 @@ You may not use the .B delete statement with the .B SYMTAB -array. +array, nor assign to elements with an index that is +not a variable name. .TP .B TEXTDOMAIN The text domain of the \*(AK program; used to find the localized |