From: sobrado Date: Mon, 1 Sep 2008 08:50:07 +0000 (+0000) Subject: sync synopsis and usage; KNF. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1634d4b8c5f30d05954813eb831d946df95d9a45;p=openbsd sync synopsis and usage; KNF. --- diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 29a869c6ad3..004edf2e277 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.73 2008/02/20 09:49:08 thib Exp $ */ +/* $OpenBSD: pstat.c,v 1.74 2008/09/01 08:50:07 sobrado Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -40,7 +40,7 @@ static char copyright[] = #if 0 from: static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94"; #else -static char *rcsid = "$OpenBSD: pstat.c,v 1.73 2008/02/20 09:49:08 thib Exp $"; +static char *rcsid = "$OpenBSD: pstat.c,v 1.74 2008/09/01 08:50:07 sobrado Exp $"; #endif #endif /* not lint */ @@ -1194,7 +1194,7 @@ swapmode(void) void usage(void) { - (void)fprintf(stderr, - "usage: pstat [-fknsTtv] [-d format] [-M core] [-N system] [symbols ...]\n"); + (void)fprintf(stderr, "usage: " + "pstat [-fknsTtv] [-d format] [-M core] [-N system] [symbols]\n"); exit(1); }