summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-05-17 04:06:54 +0000
committerjhb <jhb@FreeBSD.org>2014-05-17 04:06:54 +0000
commit2530a409617f6e2579e0827eb6f5b650a388eb81 (patch)
tree23632f266f2386d9b3aeab29dee7be9ec2299d91
parent6b83e78dffa9b1fde2f98a7f1b2a923eba9622be (diff)
downloadFreeBSD-src-2530a409617f6e2579e0827eb6f5b650a388eb81.zip
FreeBSD-src-2530a409617f6e2579e0827eb6f5b650a388eb81.tar.gz
Correct some minor nits in the per-thread signal format description such
as missing posessives and misordering of fields. MFC after: 1 week
-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 193e5d3..4966b7d 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.
OpenPOWER on IntegriCloud