aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-03 11:00:34 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-03 11:00:34 +0300
commitf1facfa6cb00f0f206f27cc3ae675b152cc83431 (patch)
tree47ea555dfce5e125a1476b5de0c8763a2d3d879c /doc/gawktexi.in
parent4deada818b4dc978c285459e2e111c431e8dfe1a (diff)
parent855a184742eb87b24fc3f4fa49136c8fbfd09d0c (diff)
downloadegawk-f1facfa6cb00f0f206f27cc3ae675b152cc83431.tar.gz
egawk-f1facfa6cb00f0f206f27cc3ae675b152cc83431.tar.bz2
egawk-f1facfa6cb00f0f206f27cc3ae675b152cc83431.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index abe5a236..3270b925 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -13330,8 +13330,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.
@@ -19977,15 +19977,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