=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/at/at.1,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/at/at.1 2014/01/09 21:22:49 1.47 +++ src/usr.bin/at/at.1 2014/01/13 23:18:57 1.48 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.47 2014/01/09 21:22:49 jmc Exp $ +.\" $OpenBSD: at.1,v 1.48 2014/01/13 23:18:57 millert Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 9 2014 $ +.Dd $Mdocdate: January 13 2014 $ .Dt AT 1 .Os .Sh NAME @@ -210,14 +210,21 @@ .Sy minutes , .Sy hours , .Sy days , +.Sy weeks , +.Sy months , or -.Sy weeks -and you can tell +.Sy years +(the singular forms are also accepted). +You can tell .Nm at to run the job today by suffixing the time with .Sy today and to run the job tomorrow by suffixing the time with .Sy tomorrow . +The +.Sy next +keyword may be used as an alias for +.Sy + 1 . .Pp For example, to run a job at 4pm three days from now, you would do .Ic at 4pm + 3 days . @@ -225,6 +232,8 @@ .Ic at 10am Jul 31 . To run a job at 1am tomorrow, you would do .Ic at 1am tomorrow . +To run a job at midnight in one week's time, you would do +.Ic at midnight next week . .Pp The .Nm at @@ -358,10 +367,7 @@ argument. The .Sy teatime -keyword is an extension to the specification, -and this implementation does not support the -.Sy next -keyword. +keyword is an extension to the specification. .Sh AUTHORS .An -nosplit .Nm at