aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-16 12:53:35 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-16 12:53:35 +0300
commit7c3d14eb1d103061939fdcad66bf2b27d78bc5b5 (patch)
tree215af173270e7d93496e9a9e14aeaaeeebea0be4 /doc/gawk.1
parent4afe3d81ba9bdf9443fbdaa43bef47fc20b1eb4b (diff)
downloadegawk-7c3d14eb1d103061939fdcad66bf2b27d78bc5b5.tar.gz
egawk-7c3d14eb1d103061939fdcad66bf2b27d78bc5b5.tar.bz2
egawk-7c3d14eb1d103061939fdcad66bf2b27d78bc5b5.zip
Rename intdiv to intdiv0, require it to be configured in.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.12
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index b04cb013..1b42cc90 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -2711,6 +2711,7 @@ The exponential function.
.TP
.BI int( expr )
Truncate to integer.
+.ig
.TP
.BI intdiv( num ", " denom ", " result )
Truncate
@@ -2728,6 +2729,7 @@ This is a
.I gawk
extension, primarily of value when working with
arbitrarily large integers.
+..
.TP
.BI log( expr )
The natural logarithm function.