aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r--doc/sciteco.7.template9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index 42d1425..a86606e 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -429,15 +429,18 @@ Remainder of \fIa\fP divided by \fIb\fP.
It is actually a modulo operation conforming to the
host C compiler's modulo semantics.
.TP
-.IB a " - " b
-Subtract \fIb\fP from \fIa\fP.
-.TP
.IB a " + " b
Add \fIb\fP to \fIa\fP.
.TP
+.IB a " - " b
+Subtract \fIb\fP from \fIa\fP.
+.TP
.IB a " & " b
Binary AND.
.TP
+.IB a " ^# " b
+Binary exclusive OR (XOR).
+.TP
.IB a " # " b
Binary OR.
.LP