diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-19 14:32:21 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-19 14:32:21 +0300 |
commit | 9610dceb6527fcf43e0997c53e8dcf7186721e1a (patch) | |
tree | fd422977878cbac4df74891d14418e46c2354062 /doc/sciteco.7.template | |
parent | 52d66c5783d39a23027102c3087eac8ef1c0f02f (diff) | |
download | sciteco-9610dceb6527fcf43e0997c53e8dcf7186721e1a.tar.gz |
minor documentation fixes
* also explicitly mention -%q
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index d937ca2..15247a5 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -952,7 +952,7 @@ success or failure. Booleans are also integers but unlike in ordinary (sane) languages where 0 represent false and other values represent true, in \*(ST negative values (smaller than zero) represent success -and non-negative values (smaller than or equal zero) represent +and non-negative values (larger than or equal to zero) represent failure. Therefore \*(ST booleans may be negated by performing a binary (bit by bit) negation for instance using the |