aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 38470352..58886495 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -54,7 +54,7 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH September, 2021
+@set UPDATE-MONTH October, 2021
@set VERSION 5.1
@set PATCHLEVEL 1
@@ -13322,8 +13322,8 @@ Field reference.
@cindex @code{+} (plus sign) @subentry @code{++} operator
@cindex plus sign (@code{+}) @subentry @code{++} operator
-@cindex @code{-} (hyphen) @subentry @option{--} operator
-@cindex hyphen (@code{-}) @subentry @option{--} operator
+@cindex @code{-} (hyphen) @subentry @code{--} operator
+@cindex hyphen (@code{-}) @subentry @code{--} operator
@item @code{++ --}
Increment, decrement.
@@ -19951,15 +19951,15 @@ $ @kbd{gawk 'BEGIN @{ print typeof(x["foo"]) @}'}
@end example
@noindent
-@code{x[0]} comes into existence before it is passed to @code{typeof()};
+@code{x["foo"]} comes into existence before it is passed to @code{typeof()};
@code{typeof()} cannot tell that it didn't exist prior to being called.
@value{DARKCORNER}
-@c FIXME: For 5.2, this will change, update this bit of doc.
-This may change in a future release, whereby @command{gawk}
-would allow such an unassigned array element to be used for
-a multidimensional array, and not remain a scalar forever
-(or until deleted).
+@c FIXME: For 5.2, if this will change, update this bit of doc.
+@c This may change in a future release, whereby @command{gawk}
+@c would allow such an unassigned array element to be used for
+@c a multidimensional array, and not remain a scalar forever
+@c (or until deleted).
@node I18N Functions
@subsection String-Translation Functions