new copyright notice
[unix-history] / usr / src / usr.sbin / timed / timedc / cmdtab.c
index f9be990..8159375 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   2.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)cmdtab.c   2.6 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "timedc.h"
 
 
 #include "timedc.h"
 
@@ -21,13 +22,12 @@ char        tracinghelp[] =         "turns tracing on or off";
 
 struct cmd cmdtab[] = {
        { "clockdiff",  clockdiffhelp,  clockdiff,      0 },
 
 struct cmd cmdtab[] = {
        { "clockdiff",  clockdiffhelp,  clockdiff,      0 },
+       { "election",   testinghelp,    testing,        1 },
        { "help",       helphelp,       help,           0 },
        { "msite",      msitehelp,      msite,          0 },
        { "quit",       quithelp,       quit,           0 },
        { "help",       helphelp,       help,           0 },
        { "msite",      msitehelp,      msite,          0 },
        { "quit",       quithelp,       quit,           0 },
-       { "testing",    testinghelp,    testing,        1 },
-       { "tracing",    tracinghelp,    tracing,        1 },
+       { "trace",      tracinghelp,    tracing,        1 },
        { "?",          helphelp,       help,           0 },
        { "?",          helphelp,       help,           0 },
-       { 0 },
 };
 
 int    NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
 };
 
 int    NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);