aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat.1
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-05-17 04:06:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-05-17 04:06:54 +0000
commit81c3d3958a056200a71b2ef51b2668a3a4f3a482 (patch)
tree23632f266f2386d9b3aeab29dee7be9ec2299d91 /usr.bin/procstat/procstat.1
parentdc0aa0675b43bad92fa2d72b5884ac8ebdd0241f (diff)
Notes
Diffstat (limited to 'usr.bin/procstat/procstat.1')
-rw-r--r--usr.bin/procstat/procstat.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index 193e5d340a2f..4966b7d858ca 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -63,7 +63,7 @@ Display file descriptor information for the process.
.It Fl i
Display signal pending and disposition information for the process.
.It Fl j
-Display signal pending and blocked information for the process threads.
+Display signal pending and blocked information for the process's threads.
.It Fl k
Display the stacks of kernel threads in the process, excluding stacks of
threads currently running on a CPU and threads with stacks swapped to disk.
@@ -267,15 +267,15 @@ If
.Fl n
switch is given, the signal numbers are shown instead of signal names.
.Ss Thread Signal Information
-Display signal pending and blocked for a process threads:
+Display signal pending and blocked for a process's threads:
.Pp
.Bl -tag -width ident -compact
.It PID
process ID
-.It COMM
-command
.It TID
thread ID
+.It COMM
+command
.It SIG
signal name
.It FLAGS
@@ -292,7 +292,7 @@ The
.Fl n
switch has the same effect as for the
.Fl i
-switch, the signals numbers are shown instead of signal names.
+switch: the signal numbers are shown instead of signal names.
.Ss Kernel Thread Stacks
Display kernel thread stacks for a process, allowing further interpretation
of thread wait channels.