diff options
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, |