diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-01-10 08:21:31 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-01-10 08:21:31 +0000 |
| commit | 1309232c90c960cb0d86520d26670cb552cdf79c (patch) | |
| tree | 792c3db31c39cc9139343c60251ce07243d01140 /usr.bin | |
| parent | 5e895bf3815d69506c39c1a7e5186f4b5351acc7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 a50e9f3f219e..b8fc994c2192 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 |
