diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-13 22:36:41 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-13 22:36:41 -0400 |
commit | 50a9099f5947a2326e250558622054fe490754b7 (patch) | |
tree | e5bd3b5c5402c250885b1626d3bc52316e1b7baa /doc/gawk.texi | |
parent | affc8d2a0b056aa2355f9c1faf393680d8e9867e (diff) | |
parent | a395c25fa379973b5ca300c4b8b4b4426412882b (diff) | |
download | egawk-50a9099f5947a2326e250558622054fe490754b7.tar.gz egawk-50a9099f5947a2326e250558622054fe490754b7.tar.bz2 egawk-50a9099f5947a2326e250558622054fe490754b7.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 17ba8c2d..cff14f7b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -19873,7 +19873,7 @@ bits, you end up with @samp{11001000}. The following list describes Optional parameters are enclosed in square brackets ([ ]): @cindex @command{gawk}, bitwise operations in -@table @code +@table @asis @cindexgawkfunc{and} @cindex bitwise AND @item @code{and(}@var{v1}@code{,} @var{v2} [@code{,} @dots{}]@code{)} |