diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:38:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:38:10 +0300 |
commit | a90f46df6a98818c99abfe4c4e0b738cb845294e (patch) | |
tree | 0c1376250f9a89d5f89691c99a04cf9c1a94615b /doc/gawk.1 | |
parent | 587bf3c557fde9fa62a638600d002ddb4afc47a6 (diff) | |
download | egawk-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.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |