Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vmstat Fix typo in usage.
details: https://anonhg.NetBSD.org/src/rev/325454075855
branches: trunk
changeset: 360736:325454075855
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Feb 09 07:51:45 2022 +0000
description:
Fix typo in usage.
diffstat:
usr.bin/vmstat/vmstat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4cb8b186db7d -r 325454075855 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c Wed Feb 09 07:34:08 2022 +0000
+++ b/usr.bin/vmstat/vmstat.c Wed Feb 09 07:51:45 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmstat.c,v 1.250 2022/02/09 07:34:18 mrg Exp $ */
+/* $NetBSD: vmstat.c,v 1.251 2022/02/09 07:51:45 wiz Exp $ */
/*-
* Copyright (c) 1998, 2000, 2001, 2007, 2019, 2020
@@ -71,7 +71,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 3/1/95";
#else
-__RCSID("$NetBSD: vmstat.c,v 1.250 2022/02/09 07:34:18 mrg Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.251 2022/02/09 07:51:45 wiz Exp $");
#endif
#endif /* not lint */
@@ -2442,7 +2442,7 @@
(void)fprintf(stderr,
"usage: %s [-CefHiLlmstUvW] [-c count] [-h hashname]\n"
- "\t\t[-M core] [-N system] [-d diskcount] [-u histname]\n"
+ "\t\t[-M core] [-N system] [-n diskcount] [-u histname]\n"
"[-w wait] [disks]\n",
getprogname());
exit(1);
Home |
Main Index |
Thread Index |
Old Index