diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-31 08:45:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-31 08:45:53 +0000 |
commit | 8bd5d7b9c6dadc29dafc6af9c787133bc1321969 (patch) | |
tree | 81057f47854e27b1dd40c34ec4d7ba8871a496a4 /usr.bin/at | |
parent | 3e34c62eca42f0d28b3a3799bd4b6738e75827c6 (diff) |
have the timespec arguments match in case those of time_arg;
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/at.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 95880681b17..09612b2a6d5 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.43 2011/08/31 07:36:37 guenther Exp $ +.\" $OpenBSD: at.1,v 1.44 2011/08/31 08:45:52 jmc Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -187,13 +187,13 @@ by giving a date in the form with an optional .Ar year , or giving a date of the form -.Ar DD.MM.CCYY , -.Ar DD.MM.YY , -.Ar MM/DD/CCYY , -.Ar MM/DD/YY , -.Ar MMDDCCYY , +.Ar dd.mm.ccyy , +.Ar dd.mm.yy , +.Ar mm/dd/ccyy , +.Ar mm/dd/yy , +.Ar mmddccyy , or -.Ar MMDDYY . +.Ar mmddyy . .Pp The year may be given as two or four digits. If the year is given as two digits, it is taken to occur as soon as |