From 81be3f5664a584b1823914a3e5e4698fc8aa476b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 30 May 1997 18:40:47 +0000 Subject: shorter --- usr.bin/w/w.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/w/w.c') 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 */ -- cgit v1.2.3