summaryrefslogtreecommitdiff
path: root/usr.bin/nice/nice.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-06-17 09:51:52 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-06-17 09:51:52 +0000
commit81784ac698772fc6aacf129095805c37b0df11a3 (patch)
treeff48df982cf1a4e3a2690cbc4fe055f380fc69d7 /usr.bin/nice/nice.c
parent21af759ec6be2ebbdeb1a57eb0906af1069ba512 (diff)
remove superfluous spaces around brackets in usage.
Diffstat (limited to 'usr.bin/nice/nice.c')
-rw-r--r--usr.bin/nice/nice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c
index 1fcebb2079d..68e6eb27ebd 100644
--- a/usr.bin/nice/nice.c
+++ b/usr.bin/nice/nice.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nice.c,v 1.9 2003/06/10 22:20:49 deraadt Exp $ */
+/* $OpenBSD: nice.c,v 1.10 2009/06/17 09:51:51 sobrado Exp $ */
/* $NetBSD: nice.c,v 1.9 1995/08/31 23:30:58 jtc Exp $ */
/*
@@ -40,7 +40,7 @@ char copyright[] =
#if 0
static char sccsid[] = "@(#)nice.c 5.4 (Berkeley) 6/1/90";
#endif
-static char rcsid[] = "$OpenBSD: nice.c,v 1.9 2003/06/10 22:20:49 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: nice.c,v 1.10 2009/06/17 09:51:51 sobrado Exp $";
#endif /* not lint */
#include <sys/time.h>
@@ -108,7 +108,7 @@ static void
usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [ -n increment ] utility [ argument ...]\n",
+ fprintf(stderr, "usage: %s [-n increment] utility [argument ...]\n",
__progname);
exit(1);
}