Correct some minor nits in the per-thread signal format description such

as missing posessives and misordering of fields.

MFC after:	1 week
This commit is contained in:
John Baldwin 2014-05-17 04:06:54 +00:00
parent dc0aa0675b
commit 81c3d3958a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266296

View File

@ -63,7 +63,7 @@ Display file descriptor information for the process.
.It Fl i .It Fl i
Display signal pending and disposition information for the process. Display signal pending and disposition information for the process.
.It Fl j .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 .It Fl k
Display the stacks of kernel threads in the process, excluding stacks of 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. threads currently running on a CPU and threads with stacks swapped to disk.
@ -267,15 +267,15 @@ If
.Fl n .Fl n
switch is given, the signal numbers are shown instead of signal names. switch is given, the signal numbers are shown instead of signal names.
.Ss Thread Signal Information .Ss Thread Signal Information
Display signal pending and blocked for a process threads: Display signal pending and blocked for a process's threads:
.Pp .Pp
.Bl -tag -width ident -compact .Bl -tag -width ident -compact
.It PID .It PID
process ID process ID
.It COMM
command
.It TID .It TID
thread ID thread ID
.It COMM
command
.It SIG .It SIG
signal name signal name
.It FLAGS .It FLAGS
@ -292,7 +292,7 @@ The
.Fl n .Fl n
switch has the same effect as for the switch has the same effect as for the
.Fl i .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 .Ss Kernel Thread Stacks
Display kernel thread stacks for a process, allowing further interpretation Display kernel thread stacks for a process, allowing further interpretation
of thread wait channels. of thread wait channels.