diff options
author | June McEnroe <june@causal.agency> | 2022-08-15 20:39:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-08-15 20:39:16 -0400 |
commit | 5e7db40831a25b64499f78fa952a34e5a1d56b39 (patch) | |
tree | 4836411245139def57f01eb372eb5bc78d3cacdf /bin/man1 | |
parent | Add named dates to when (diff) | |
download | src-5e7db40831a25b64499f78fa952a34e5a1d56b39.tar.gz src-5e7db40831a25b64499f78fa952a34e5a1d56b39.zip |
Allow names with prefixes of months and days
Diffstat (limited to '')
-rw-r--r-- | bin/man1/when.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/man1/when.1 b/bin/man1/when.1 index f955daf4..205b2d81 100644 --- a/bin/man1/when.1 +++ b/bin/man1/when.1 @@ -33,14 +33,12 @@ Names are alphanumeric including underscores. .It Ar month Ar date Op Ar year A full date, or a date in the current year. -.Ar month -must be at least three letters. +Months can be abbreviated to three letters. . .It Ar day A day of the week in the current week. -.Ar day -must be at least three letters. +Days can be abbreviated to three letters. . .It Sy < Ar date The date one week before. |