diff options
author | 2007-05-29 20:56:54 +0000 | |
---|---|---|
committer | 2007-05-29 20:56:54 +0000 | |
commit | d8ee3057f49439aa189d2d3cff55f984c3731cdc (patch) | |
tree | 9cd0956aeb906dfc9da80334b84f2c9e819477e6 | |
parent | Make stimeout a debug print. It has no value for users to see it. (diff) | |
download | wireguard-openbsd-d8ee3057f49439aa189d2d3cff55f984c3731cdc.tar.xz wireguard-openbsd-d8ee3057f49439aa189d2d3cff55f984c3731cdc.zip |
otto would prefer only displaying one digit after decimal for refresh rate
-rw-r--r-- | usr.bin/systat/cmds.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index 63f97a7bc50..9ae6a6be317 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmds.c,v 1.15 2007/04/24 06:32:08 tedu Exp $ */ +/* $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,7 +34,7 @@ #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 $"; +static char rcsid[] = "$OpenBSD: cmds.c,v 1.16 2007/05/29 20:56:54 tedu Exp $"; #endif /* not lint */ #include <stdlib.h> @@ -179,7 +179,7 @@ void status(void) { - error("Showing %s, refresh every %f seconds.", + error("Showing %s, refresh every %.1f seconds.", curcmd->c_name, naptime); } |