summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/w/w.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index e09213c7820..e4492d40521 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.17 1997/05/30 18:39:44 deraadt Exp $ */
+/* $OpenBSD: w.c,v 1.18 1997/05/30 18:40:46 deraadt Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -424,7 +424,7 @@ pr_header(nowp, nusers)
mins, mins != 1 ? "s" : "");
}
} else
- printf(" %d seconds,", uptime);
+ printf(" %d secs,", uptime);
}
/* Print number of users logged in to system */