From ae8d0857f3f91e09459ebd89c2fcdb632ecef3e6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 15 Nov 2015 22:41:33 +0200 Subject: Doc fixes. --- doc/gawk.texi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index bc737777..6f691be5 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -15002,14 +15002,14 @@ if your version of @command{gawk} supports arbitrary-precision arithmetic (@pxref{Arbitrary Precision Arithmetic}): @table @code -@cindex version of GNU MPFR library -@item PROCINFO["mpfr_version"] -The version of the GNU MPFR library. - @item PROCINFO["gmp_version"] @cindex version of GNU MP library The version of the GNU MP library. +@cindex version of GNU MPFR library +@item PROCINFO["mpfr_version"] +The version of the GNU MPFR library. + @item PROCINFO["prec_max"] @cindex maximum precision supported by MPFR library The maximum precision supported by MPFR. @@ -36940,6 +36940,9 @@ The up-to-date list of mirror sites is available from Try to use one of the mirrors; they will be less busy, and you can usually find one closer to your site. +You may also retrieve the @command{gawk} source code from the official +Git repository; for more information see @ref{Accessing The Source}. + @node Extracting @appendixsubsec Extracting the Distribution @command{gawk} is distributed as several @code{tar} files compressed with @@ -38683,6 +38686,9 @@ Use ANSI/ISO style (prototype) function headers when defining functions. @item Put the name of the function at the beginning of its own line. +@item +Use @samp{#elif} instead of nesting @samp{#if} inside @samp{#else}. + @item Put the return type of the function, even if it is @code{int}, on the line above the line with the name and arguments of the function. -- cgit v1.2.3