summary refs log tree commit diff
path: root/bin/man1/order.1
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
commitea2093e968f3fade087d6fe996da62726d560f4f (patch)
tree43112c0fe35b19cbc347abcc1eb54cc148e64e0a /bin/man1/order.1
parentSupport simple assignment in order (diff)
downloadsrc-ea2093e968f3fade087d6fe996da62726d560f4f.tar.gz
src-ea2093e968f3fade087d6fe996da62726d560f4f.zip
Add compound assignment operators to order
Diffstat (limited to 'bin/man1/order.1')
-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.