diff options
| author | June McEnroe <june@causal.agency> | 2019-05-15 19:54:29 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2019-05-15 19:54:29 -0400 |
| commit | a3bbd78e0f9e05102eb0483209bc6e2eccc07c39 (patch) | |
| tree | 6e40ea96624019886b9423c04113fa4498195c3c /bin/man1 | |
| parent | Add order (diff) | |
| download | src-a3bbd78e0f9e05102eb0483209bc6e2eccc07c39.tar.gz src-a3bbd78e0f9e05102eb0483209bc6e2eccc07c39.zip | |
Implement sizeof in order
Diffstat (limited to '')
| -rw-r--r-- | bin/man1/order.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/man1/order.1 b/bin/man1/order.1 index 696a24d1..5a01ab4b 100644 --- a/bin/man1/order.1 +++ b/bin/man1/order.1 @@ -29,6 +29,6 @@ $ order 'a & b << 1' .Sh CAVEATS .Nm does not support the -.Sy (type) , -.Sy sizeof -or assignment operators. +.Sy (type) +operator +or the assignment operators. |