summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-18 19:15:12 -0400
committerJune McEnroe <june@causal.agency>2019-05-18 19:15:12 -0400
commitda89e0df3c659c5ede5692299404603994429db6 (patch)
tree5ae736fa63e11d63684065324246928dc5907f01 /bin/man1
parentSupport simple assignment in order (diff)
downloadsrc-da89e0df3c659c5ede5692299404603994429db6.tar.gz
src-da89e0df3c659c5ede5692299404603994429db6.zip
Add compound assignment operators to order
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/order.15
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/man1/order.1 b/bin/man1/order.1
index 2eb730f1..f042102f 100644
--- a/bin/man1/order.1
+++ b/bin/man1/order.1
@@ -1,4 +1,4 @@
-.Dd May 15, 2019
+.Dd May 18, 2019
 .Dt ORDER 1
 .Os
 .
@@ -30,5 +30,4 @@ $ order 'a & b << 1'
 .Nm
 does not support the
 .Sy (type)
-operator
-or the compound assignment operators.
+operator.