diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:51:55 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:51:55 +0300 |
commit | 41213074e5aa424296abecb51dd16607496cb69c (patch) | |
tree | 38c6d4be8fed47dce04454ce1d02f199fc465cc9 /doc/gawk.texi | |
parent | cf98a594c37cc3007a38a3a02e1a2e993f729ecf (diff) | |
parent | b1edddb5aa803a61991e4f61f5935db97ea22cb8 (diff) | |
download | egawk-41213074e5aa424296abecb51dd16607496cb69c.tar.gz egawk-41213074e5aa424296abecb51dd16607496cb69c.tar.bz2 egawk-41213074e5aa424296abecb51dd16607496cb69c.zip |
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index fde01a16..94ee7b76 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -35267,7 +35267,7 @@ User-defined functions and the @code{return} statement (@pxref{User-defined}) @item -The @code{delete} statement (@pxref{Delete}). +The @code{delete} statement (@pxref{Delete}) @item The @code{do}-@code{while} statement @@ -35540,7 +35540,7 @@ The @file{/dev/stdin}, @file{/dev/stdout}, @file{/dev/stderr}, and (@pxref{Special Files}) @item -The @file{/inet}, @file{/inet4}, and @samp{/inet6} special files for +The @file{/inet}, @file{/inet4}, and @file{/inet6} special files for TCP/IP networking using @samp{|&} to specify which version of the IP protocol to use (@pxref{TCP/IP Networking}) @@ -36401,7 +36401,7 @@ The @option{-R} option was removed. @end itemize @item -Support for high precision arithmetic with MPFR. +Support for high precision arithmetic with MPFR (@pxref{Arbitrary Precision Arithmetic}). @item |