summary refs log tree commit diff
path: root/bin/man1/order.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-15 23:19:00 -0400
committerJune McEnroe <june@causal.agency>2019-05-15 23:19:00 -0400
commit43730738b397cf1a501dde5d9aad0da0215d9fc7 (patch)
tree13d402082b94d04259c067251199318efcb70a9a /bin/man1/order.1
parentImplement sizeof in order (diff)
downloadsrc-43730738b397cf1a501dde5d9aad0da0215d9fc7.tar.gz
src-43730738b397cf1a501dde5d9aad0da0215d9fc7.zip
Support simple assignment in order
Diffstat (limited to 'bin/man1/order.1')
-rw-r--r--bin/man1/order.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/man1/order.1 b/bin/man1/order.1
index 5a01ab4b..2eb730f1 100644
--- a/bin/man1/order.1
+++ b/bin/man1/order.1
@@ -31,4 +31,4 @@ $ order 'a & b << 1'
 does not support the
 .Sy (type)
 operator
-or the assignment operators.
+or the compound assignment operators.