diff options
author | June McEnroe <june@causal.agency> | 2019-05-15 23:19:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-05-15 23:19:00 -0400 |
commit | 27fef8b782291fb68b643d67bdc2cc0757290591 (patch) | |
tree | 775f7cdf6a2f6ef3a4e5ebbfac904e1cc2d4dfd7 /bin/man1 | |
parent | Implement sizeof in order (diff) | |
download | src-27fef8b782291fb68b643d67bdc2cc0757290591.tar.gz src-27fef8b782291fb68b643d67bdc2cc0757290591.zip |
Support simple assignment in order
Diffstat (limited to '')
-rw-r--r-- | bin/man1/order.1 | 2 |
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. |