diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 11:47:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-17 11:47:13 +0200 |
commit | 73c561d03b0e9a4f2d0bc10d943ec73e002ea48b (patch) | |
tree | 384d3512c7b666c3ed436993eaa8808d8b4af913 /doc/gawktexi.in | |
parent | f35c7514dda9bf9cf06580ab5870af13e0e58103 (diff) | |
download | egawk-73c561d03b0e9a4f2d0bc10d943ec73e002ea48b.tar.gz egawk-73c561d03b0e9a4f2d0bc10d943ec73e002ea48b.tar.bz2 egawk-73c561d03b0e9a4f2d0bc10d943ec73e002ea48b.zip |
Small typo fix in doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index c883faea..3e908813 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -15611,7 +15611,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]}, |