diff options
author | June McEnroe <june@causal.agency> | 2019-05-18 19:15:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-05-18 19:15:12 -0400 |
commit | da89e0df3c659c5ede5692299404603994429db6 (patch) | |
tree | 5ae736fa63e11d63684065324246928dc5907f01 /bin/man1 | |
parent | Support simple assignment in order (diff) | |
download | src-da89e0df3c659c5ede5692299404603994429db6.tar.gz src-da89e0df3c659c5ede5692299404603994429db6.zip |
Add compound assignment operators to order
Diffstat (limited to '')
-rw-r--r-- | bin/man1/order.1 | 5 |
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. |