From 7c759ec96a0e5f6fac405e67e2b7299c0ac0a867 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 29 Nov 2018 21:39:47 +0200 Subject: Disable writing to arbitrary elements of SYMTAB. --- doc/gawk.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/gawk.1') diff --git a/doc/gawk.1 b/doc/gawk.1 index 5caff79b..4964cb3d 100644 --- a/doc/gawk.1 +++ b/doc/gawk.1 @@ -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 -- cgit v1.2.3