diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:49 +0300 |
commit | a3de2386871b86d04f2868ea0a013eb6e2c1c911 (patch) | |
tree | 1c30e1c8d01f2b3aeea540b0c3a4e8a7315443e9 /doc/gawk.texi | |
parent | 5cb57624c04677d68c25e74b30dec72aeee048a2 (diff) | |
parent | 7399b38b7c519174eb29eada68c1e974f12b2e04 (diff) | |
download | egawk-a3de2386871b86d04f2868ea0a013eb6e2c1c911.tar.gz egawk-a3de2386871b86d04f2868ea0a013eb6e2c1c911.tar.bz2 egawk-a3de2386871b86d04f2868ea0a013eb6e2c1c911.zip |
Merge branch 'master' into feature/cmake
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 aac96901..8b249382 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -35867,7 +35867,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 @@ -36140,7 +36140,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}) @@ -37020,7 +37020,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 |