diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2023-05-15 22:19:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2023-05-15 22:19:10 +0300 |
commit | a9c370a24f51f9840f6aedd0c719dd3d49de6265 (patch) | |
tree | cfede22c87d5975bb89d2d9dd7f1b6908867f7b3 /doc/gawk.texi | |
parent | b285b6b6a05e92af5c8814d5a475195a5c0ea81e (diff) | |
download | gawk-5.2-stable.tar.gz |
Small doc improvement.gawk-5.2-stable
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 344ea62e..75eaf419 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -10208,6 +10208,12 @@ $ @kbd{awk 'BEGIN @{} @print{} 17 18 @end example +More detail on how @command{awk} converts numeric values into +strings is provided in @ref{Strings And Numbers}. In particular, for +@code{print}, @command{awk} uses the value of @code{OFMT} instead of +that of @code{CONVFMT}, but otherwise behaves exactly the same +as described in that @value{SECTION}. + @noindent @cindex dark corner @subentry @code{OFMT} variable @cindex POSIX @command{awk} @subentry @code{OFMT} variable and |