Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/fstat sync usage with man page
details: https://anonhg.NetBSD.org/src/rev/6c9896ea0842
branches: trunk
changeset: 325258:6c9896ea0842
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Dec 15 09:21:03 2013 +0000
description:
sync usage with man page
diffstat:
usr.bin/fstat/fstat.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r b48fe8136e1a -r 6c9896ea0842 usr.bin/fstat/fstat.c
--- a/usr.bin/fstat/fstat.c Sun Dec 15 09:20:48 2013 +0000
+++ b/usr.bin/fstat/fstat.c Sun Dec 15 09:21:03 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fstat.c,v 1.104 2013/12/15 08:16:24 mlelstv Exp $ */
+/* $NetBSD: fstat.c,v 1.105 2013/12/15 09:21:03 wiz Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
#else
-__RCSID("$NetBSD: fstat.c,v 1.104 2013/12/15 08:16:24 mlelstv Exp $");
+__RCSID("$NetBSD: fstat.c,v 1.105 2013/12/15 09:21:03 wiz Exp $");
#endif
#endif /* not lint */
@@ -1325,7 +1325,7 @@
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-Afnv] [-p pid] [-u user] "
- "[-N system] [-M core] [file ...]\n", getprogname());
+ (void)fprintf(stderr, "Usage: %s [-Afnv] [-M core] [-N system] "
+ "[-p pid] [-u user] [file ...]\n", getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index