From f682f10c76449b3af3b1dd9afff859cd1cd07116 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov 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 64b2f197c772..b835a93faaaa 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.3