diff options
author | June McEnroe <june@causal.agency> | 2022-08-15 20:29:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-08-15 20:29:44 -0400 |
commit | a069d2def79de1f880b1177976e5dca6cdccf7b5 (patch) | |
tree | f19d72ee5e9c8d4de35a6e2c838f860c1801b9fb /bin/man1 | |
parent | Remove tweets text file (diff) | |
download | src-a069d2def79de1f880b1177976e5dca6cdccf7b5.tar.gz src-a069d2def79de1f880b1177976e5dca6cdccf7b5.zip |
Add named dates to when
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/when.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/man1/when.1 b/bin/man1/when.1 index 0b473573..f955daf4 100644 --- a/bin/man1/when.1 +++ b/bin/man1/when.1 @@ -1,4 +1,4 @@ -.Dd July 24, 2019 +.Dd August 15, 2022 .Dt WHEN 1 .Os . @@ -24,6 +24,11 @@ The grammar is as follows: .Bl -tag -width Ds .It Sy \&. Today's date. +The empty expression is equivalent. +. +.It Ar name Op Sy = Ar date +A named date. +Names are alphanumeric including underscores. . .It Ar month Ar date Op Ar year A full date, |