From 73c561d03b0e9a4f2d0bc10d943ec73e002ea48b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 17 Nov 2014 11:47:13 +0200 Subject: Small typo fix in doc. --- doc/gawk.texi | 2 +- doc/gawktexi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gawk.texi b/doc/gawk.texi index 7573c993..0ab4737b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -16328,7 +16328,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]}, 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]}, -- cgit v1.2.3