diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:05 +0300 |
commit | 7399b38b7c519174eb29eada68c1e974f12b2e04 (patch) | |
tree | 649c376b4167038e71d6eb0e1a0e14a7192a9f57 /doc/gawktexi.in | |
parent | cb85055d2489ab084ad7898f347e62c14208a1e8 (diff) | |
parent | b1edddb5aa803a61991e4f61f5935db97ea22cb8 (diff) | |
download | egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.tar.gz egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.tar.bz2 egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 8e0c0c77..dc4dd414 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -34958,7 +34958,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 @@ -35231,7 +35231,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}) @@ -36111,7 +36111,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 |