aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:38:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:38:10 +0300
commita90f46df6a98818c99abfe4c4e0b738cb845294e (patch)
tree0c1376250f9a89d5f89691c99a04cf9c1a94615b /doc/gawk.1
parent587bf3c557fde9fa62a638600d002ddb4afc47a6 (diff)
downloadegawk-a90f46df6a98818c99abfe4c4e0b738cb845294e.tar.gz
egawk-a90f46df6a98818c99abfe4c4e0b738cb845294e.tar.bz2
egawk-a90f46df6a98818c99abfe4c4e0b738cb845294e.zip
Disallow negative arguments to bitwise functions. Document same.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.15
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 751f8b89..22b41f34 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -3181,6 +3181,11 @@ values to
.B uintmax_t
integers, doing the operation, and then converting the
result back to floating point.
+.PP
+.BR NOTE :
+Passing negative operands to any of these functions causes
+a fatal error.
+.PP
The functions are:
.TP "\w'\fBrshift(\fIval\fB, \fIcount\fB)\fR'u+2n"
\fBand(\fIv1\fB, \fIv2 \fR[, ...]\fB)\fR