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 | ea2093e968f3fade087d6fe996da62726d560f4f (patch) | |
tree | 43112c0fe35b19cbc347abcc1eb54cc148e64e0a /bin/man1/order.1 | |
parent | Support simple assignment in order (diff) | |
download | src-ea2093e968f3fade087d6fe996da62726d560f4f.tar.gz src-ea2093e968f3fade087d6fe996da62726d560f4f.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. |