summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-06-27 19:50:30 +0000
committerjhb <jhb@FreeBSD.org>2014-06-27 19:50:30 +0000
commit9730f531a0813819c8b77ae9c718828bd2a082cb (patch)
tree2a1bbe4b1bd03df8ca4599262dba29de35676d59 /usr.bin/procstat
parentbdcad19a9af9c3d984703dbaf24fc05b1ec71bc5 (diff)
downloadFreeBSD-src-9730f531a0813819c8b77ae9c718828bd2a082cb.zip
FreeBSD-src-9730f531a0813819c8b77ae9c718828bd2a082cb.tar.gz
MFC 266296:
Correct some minor nits in the per-thread signal format description such as missing posessives and misordering of fields.
Diffstat (limited to 'usr.bin/procstat')
-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 f06b2bc..587310b 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -65,7 +65,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.
@@ -260,15 +260,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
@@ -285,7 +285,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.
OpenPOWER on IntegriCloud