aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-07 18:39:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-07 18:39:09 +0300
commitbff808d84a237098ef9b6f542f45a8442a0f536f (patch)
treee4df9adfc0adad20c43b513df05190d9c6545d3c /doc/gawktexi.in
parentc6ed0824ce5c32b7447936252329485c07820f6a (diff)
downloadegawk-bff808d84a237098ef9b6f542f45a8442a0f536f.tar.gz
egawk-bff808d84a237098ef9b6f542f45a8442a0f536f.tar.bz2
egawk-bff808d84a237098ef9b6f542f45a8442a0f536f.zip
Small doc improvement.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 802f54d1..e7852f75 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -19896,8 +19896,9 @@ cannot have the same name as one of the special predefined variables
(@pxref{Built-in Variables}), nor may a function parameter have the
same name as another function.
+@cindex dark corner @subentry parameter name restrictions
Not all versions of @command{awk} enforce
-these restrictions.
+these restrictions. @value{DARKCORNER}
@command{gawk} always enforces the first restriction.
With @option{--posix} (@pxref{Options}),
it also enforces the second restriction.