diff options
author | keramida <keramida@FreeBSD.org> | 2002-01-10 08:21:31 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-01-10 08:21:31 +0000 |
commit | 4233d5966dde8f3a6c9df4df5ca16be72af28ac3 (patch) | |
tree | 792c3db31c39cc9139343c60251ce07243d01140 /usr.bin/at | |
parent | ee723536f1b8d41a9d01d4ee19a1328fe6fdc83a (diff) | |
download | FreeBSD-src-4233d5966dde8f3a6c9df4df5ca16be72af28ac3.zip FreeBSD-src-4233d5966dde8f3a6c9df4df5ca16be72af28ac3.tar.gz |
- Add 4-digit year variants in the manpage, since at(1) already
understands them.
PR: docs/32843
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/at.man | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index a50e9f3..b8fc994 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -82,12 +82,13 @@ by giving a date in the form .Ar \%month-name day with an optional .Ar year , -or giving a date of the form -.Ar MMDDYY -or -.Ar MM/DD/YY -or -.Ar DD.MM.YY . +or giving a date of the forms +.Ar DD.MM.YYYY , +.Ar DD.MM.YY , +.Ar MM/DD/YYYY , +.Ar MM/DD/YY , +.Ar MMDDYYYY , or +.Ar MMDDYY . The specification of a date must follow the specification of the time of day. You can also give times like |