Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/envstat Indicate that the device argument is not ma...
details: https://anonhg.NetBSD.org/src/rev/849a4bbbe0a1
branches: trunk
changeset: 494112:849a4bbbe0a1
user: augustss <augustss%NetBSD.org@localhost>
date: Sun Jul 02 00:55:47 2000 +0000
description:
Indicate that the device argument is not mandatory.
diffstat:
usr.sbin/envstat/envstat.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 11ea7c511a90 -r 849a4bbbe0a1 usr.sbin/envstat/envstat.c
--- a/usr.sbin/envstat/envstat.c Sun Jul 02 00:52:50 2000 +0000
+++ b/usr.sbin/envstat/envstat.c Sun Jul 02 00:55:47 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: envstat.c,v 1.3 2000/06/24 00:41:11 thorpej Exp $ */
+/* $NetBSD: envstat.c,v 1.4 2000/07/02 00:55:47 augustss Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: envstat.c,v 1.3 2000/06/24 00:41:11 thorpej Exp $");
+__RCSID("$NetBSD: envstat.c,v 1.4 2000/07/02 00:55:47 augustss Exp $");
#endif
#include <fcntl.h>
@@ -281,8 +281,8 @@
usage()
{
fprintf(stderr, "usage: %s [-c] [-s s1,s2,...]", __progname);
- fprintf(stderr, " [-i interval] [-n headrep] [-w width] device\n");
- fprintf(stderr, " envstat -l device\n");
+ fprintf(stderr, " [-i interval] [-n headrep] [-w width] [device]\n");
+ fprintf(stderr, " envstat -l [device]\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index