Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/at Pull up revision 1.9 (requested by kleink):



details:   https://anonhg.NetBSD.org/src/rev/0dcf85eed412
branches:  netbsd-1-5
changeset: 490611:0dcf85eed412
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 21:01:47 2001 +0000

description:
Pull up revision 1.9 (requested by kleink):
  Support the 1003.2-92 -t option.  Fixes PR#11205.
  For symmetry, extend -t to batch(1) as well.

diffstat:

 usr.bin/at/panic.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r dc06a0d1af9b -r 0dcf85eed412 usr.bin/at/panic.c
--- a/usr.bin/at/panic.c        Sat Feb 03 21:01:33 2001 +0000
+++ b/usr.bin/at/panic.c        Sat Feb 03 21:01:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: panic.c,v 1.6 1999/01/31 09:30:31 mrg Exp $    */
+/*     $NetBSD: panic.c,v 1.6.10.1 2001/02/03 21:01:47 he Exp $        */
 
 /*
  * panic.c - terminate fast in case of error
@@ -44,7 +44,7 @@
 #if 0
 static char rcsid[] = "$OpenBSD: panic.c,v 1.4 1997/03/01 23:40:09 millert Exp $";
 #else
-__RCSID("$NetBSD: panic.c,v 1.6 1999/01/31 09:30:31 mrg Exp $");
+__RCSID("$NetBSD: panic.c,v 1.6.10.1 2001/02/03 21:01:47 he Exp $");
 #endif
 #endif
 
@@ -102,10 +102,12 @@
 {
 
        /* Print usage and exit.  */
-       (void)fprintf(stderr,   "Usage: at [-V] [-q x] [-f file] [-m] time\n"
+       (void)fprintf(stderr,   "Usage: at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm[.SS]\n"
+                               "       at [-V] [-q x] [-f file] [-m] timespec\n"
                                "       at [-V] -c job [job ...]\n"
                                "       atq [-V] [-q x] [-v]\n"
                                "       atrm [-V] job [job ...]\n"
-                               "       batch [-V] [-f file] [-m]\n");
+                               "       batch [-V] [-f file] [-m] [-t [[CC]YY]MMDDhhmm[.SS]]\n"
+                               "       batch [-V] [-f file] [-m] [timespec]\n");
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index