diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:40:16 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:40:16 +0300 |
commit | 24e562f07cb9c6d70f49eeb9a74ffba8101ba834 (patch) | |
tree | 24ed74f7ff9f6eb8dbb866e09bd9d4d23d0b39e8 /doc/gawk.1 | |
parent | e56b6eabe183ed5fa1352ef0f5f49fb6d894578c (diff) | |
parent | 8231da563c810ce210ce309ee1a022bad22a1e13 (diff) | |
download | egawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.tar.gz egawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.tar.bz2 egawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.zip |
Merge branch 'master' into feature/nocopy
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 |