Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160062470
D10915.id28820.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10915.id28820.diff
View Options
Index: usr.bin/procstat/procstat.1
===================================================================
--- usr.bin/procstat/procstat.1
+++ usr.bin/procstat/procstat.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 11, 2017
+.Dd May 25, 2017
.Dt PROCSTAT 1
.Os
.Sh NAME
@@ -35,6 +35,8 @@
.Nm
.Op Fl -libxo
.Op Fl CHhn
+.Op Fl M Ar core
+.Op Fl N Ar system
.Op Fl w Ar interval
.Op Fl b | c | e | f | i | j | k | l | L | r | s | S | t | v | x
.Op Fl a | Ar pid | Ar core ...
Index: usr.bin/procstat/procstat.c
===================================================================
--- usr.bin/procstat/procstat.c
+++ usr.bin/procstat/procstat.c
@@ -50,11 +50,12 @@
usage(void)
{
- xo_error("usage: procstat [-CHhn] [-M core] [-N system] "
- "[-w interval]\n"
+ xo_error("usage: procstat [--libxo] [-CHhn] [-M core] "
+ "[-N system] [-w interval]\n"
" [-b | -c | -e | -f | -i | -j | -k | "
- "-l | -r | -s | -S | -t | -v | -x]\n"
- " [-a | pid | core ...]\n");
+ "-l | -L | -r | -s | \n"
+ " -S | -t | -v | -x] "
+ "[-a | pid | core ...]\n");
xo_finish();
exit(EX_USAGE);
}
@@ -164,7 +165,7 @@
argc = xo_parse_args(argc, argv);
xocontainer = "basic";
- while ((ch = getopt(argc, argv, "CHN:M:abcefijklLhrsStvw:x")) != -1) {
+ while ((ch = getopt(argc, argv, "abCcefHhijklLM:N:nrSstvw:x")) != -1) {
switch (ch) {
case 'C':
Cflag++;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 12:36 AM (11 m, 2 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34169571
Default Alt Text
D10915.id28820.diff (1 KB)
Attached To
Mode
D10915: usr.bin/procstat: Add missing usage and getopt(3) options
Attached
Detach File
Event Timeline
Log In to Comment