From 4233d5966dde8f3a6c9df4df5ca16be72af28ac3 Mon Sep 17 00:00:00 2001 From: keramida Date: Thu, 10 Jan 2002 08:21:31 +0000 Subject: - Add 4-digit year variants in the manpage, since at(1) already understands them. PR: docs/32843 Submitted by: Gerald Pfeifer --- usr.bin/at/at.man | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1