diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-05-17 04:06:54 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-05-17 04:06:54 +0000 |
| commit | 81c3d3958a056200a71b2ef51b2668a3a4f3a482 (patch) | |
| tree | 23632f266f2386d9b3aeab29dee7be9ec2299d91 /usr.bin/procstat/procstat.1 | |
| parent | dc0aa0675b43bad92fa2d72b5884ac8ebdd0241f (diff) | |
Notes
Diffstat (limited to 'usr.bin/procstat/procstat.1')
| -rw-r--r-- | usr.bin/procstat/procstat.1 | 10 |
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. |
