=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/Attic/cmds.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/systat/Attic/cmds.c 2007/04/24 06:32:08 1.15 --- src/usr.bin/systat/Attic/cmds.c 2007/05/29 20:56:54 1.16 *************** *** 1,4 **** ! /* $OpenBSD: cmds.c,v 1.15 2007/04/24 06:32:08 tedu Exp $ */ /* $NetBSD: cmds.c,v 1.4 1996/05/10 23:16:32 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: cmds.c,v 1.16 2007/05/29 20:56:54 tedu Exp $ */ /* $NetBSD: cmds.c,v 1.4 1996/05/10 23:16:32 thorpej Exp $ */ /*- *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; #endif ! static char rcsid[] = "$OpenBSD: cmds.c,v 1.15 2007/04/24 06:32:08 tedu Exp $"; #endif /* not lint */ #include --- 34,40 ---- #if 0 static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; #endif ! static char rcsid[] = "$OpenBSD: cmds.c,v 1.16 2007/05/29 20:56:54 tedu Exp $"; #endif /* not lint */ #include *************** *** 179,185 **** status(void) { ! error("Showing %s, refresh every %f seconds.", curcmd->c_name, naptime); } --- 179,185 ---- status(void) { ! error("Showing %s, refresh every %.1f seconds.", curcmd->c_name, naptime); }