diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 11:47:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 11:47:33 +0200 |
commit | add7cf1fd2229b7245d8a611f98ac7310e157f76 (patch) | |
tree | a66cc5c4ea6bd47d542e24206e4026204ebf6719 /doc/gawk.texi | |
parent | 66de65c83fc98ff2745b664f06e6b90a19b90b3b (diff) | |
parent | 73c561d03b0e9a4f2d0bc10d943ec73e002ea48b (diff) | |
download | egawk-add7cf1fd2229b7245d8a611f98ac7310e157f76.tar.gz egawk-add7cf1fd2229b7245d8a611f98ac7310e157f76.tar.bz2 egawk-add7cf1fd2229b7245d8a611f98ac7310e157f76.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index ee5c2323..a2db0f5a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -16338,7 +16338,7 @@ Octal and hexadecimal constants (@pxref{Nondecimal-numbers}) @end ifnotdocbook @ifdocbook -(covered in @pref{Nondecimal-numbers}) +(covered in @ref{Nondecimal-numbers}) @end ifdocbook are converted internally into numbers, and their original form is forgotten. This means, for example, that @code{array[17]}, |