artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debc2d8
)
s/0/instance/ in usage to match manual synopsis
author
kn
<kn@openbsd.org>
Sun, 10 Jul 2022 19:51:37 +0000
(19:51 +0000)
committer
kn
<kn@openbsd.org>
Sun, 10 Jul 2022 19:51:37 +0000
(19:51 +0000)
OK jmc
usr.bin/kstat/kstat.c
patch
|
blob
|
history
diff --git
a/usr.bin/kstat/kstat.c
b/usr.bin/kstat/kstat.c
index
2ce845b
..
0c78b37
100644
(file)
--- a/
usr.bin/kstat/kstat.c
+++ b/
usr.bin/kstat/kstat.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kstat.c,v 1.1
0 2022/05/05 22:36:36 cheloha
Exp $ */
+/* $OpenBSD: kstat.c,v 1.1
1 2022/07/10 19:51:37 kn
Exp $ */
/*
* Copyright (c) 2020 David Gwynne <dlg@openbsd.org>
@@
-123,7
+123,7
@@
usage(void)
extern char *__progname;
fprintf(stderr, "usage: %s [-w wait] "
- "[name | provider:
0
:name:unit] ...\n", __progname);
+ "[name | provider:
instance
:name:unit] ...\n", __progname);
exit(1);
}