diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 18:40:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 18:40:47 +0000 |
commit | 81be3f5664a584b1823914a3e5e4698fc8aa476b (patch) | |
tree | e6415bfadfb055457ee3a954d89b6607f17a6a11 /usr.bin/w | |
parent | 9717b953f4b788882d8d500ec225531bfc23c0ea (diff) |
shorter
Diffstat (limited to 'usr.bin/w')
-rw-r--r-- | usr.bin/w/w.c | 4 |
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 */ |