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 | 0f4ebd49c8b6997ac46d89dd2c90cbc1011da54c (patch) | |
tree | c50cc90820ac810dfb2e2f58d543f7851be43a08 /bin/man1 | |
parent | Remove tweets text file (diff) | |
download | src-0f4ebd49c8b6997ac46d89dd2c90cbc1011da54c.tar.gz src-0f4ebd49c8b6997ac46d89dd2c90cbc1011da54c.zip |
Add named dates to when
Diffstat (limited to '')
-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, |