=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/at/parsetime.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/at/parsetime.c 2006/04/26 03:01:48 1.15 +++ src/usr.bin/at/parsetime.c 2007/05/23 19:50:28 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: parsetime.c,v 1.15 2006/04/26 03:01:48 cloder Exp $ */ +/* $OpenBSD: parsetime.c,v 1.16 2007/05/23 19:50:28 millert Exp $ */ /* * parsetime.c - parse time for at(1) @@ -141,7 +141,7 @@ static int sc_tokplur; /* scanner - is token plural? */ #ifndef lint -static const char rcsid[] = "$OpenBSD: parsetime.c,v 1.15 2006/04/26 03:01:48 cloder Exp $"; +static const char rcsid[] = "$OpenBSD: parsetime.c,v 1.16 2007/05/23 19:50:28 millert Exp $"; #endif /* @@ -685,7 +685,7 @@ } if (nowtimer > runtimer) { - fprintf(stderr, "%s: Trying to travel back in time\n", + fprintf(stderr, "%s: cannot schedule jobs in the past\n", ProgramName); return (-1); }