From 0491ba1f6311b421efbea894a9c8c6c704b48cac Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 May 2005 09:55:10 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- usr.bin/fstat/fstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/fstat') diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 64b2f19..b835a93 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -927,6 +927,6 @@ void usage(void) { (void)fprintf(stderr, - "usage: fstat [-fmnv] [-p pid] [-u user] [-N system] [-M core] [file ...]\n"); + "usage: fstat [-fmnv] [-M core] [-N system] [-p pid] [-u user] [file ...]\n"); exit(1); } -- cgit v1.1