From 855a184742eb87b24fc3f4fa49136c8fbfd09d0c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 3 Oct 2021 10:56:10 +0300 Subject: More doc fixes. --- doc/gawk.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index c7099447..4e8dfa3a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -14135,8 +14135,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. @@ -21034,15 +21034,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 -- cgit v1.2.3