svn commit: r267976 - in stable: 10/usr.bin/procstat 8/usr.bin/procstat 9/usr.bin/procstat

John Baldwin jhb at FreeBSD.org
Fri Jun 27 19:50:31 UTC 2014


Author: jhb
Date: Fri Jun 27 19:50:30 2014
New Revision: 267976
URL: http://svnweb.freebsd.org/changeset/base/267976

Log:
  MFC 266296:
  Correct some minor nits in the per-thread signal format description such
  as missing posessives and misordering of fields.

Modified:
  stable/10/usr.bin/procstat/procstat.1
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/8/usr.bin/procstat/procstat.1
  stable/9/usr.bin/procstat/procstat.1
Directory Properties:
  stable/8/usr.bin/procstat/   (props changed)
  stable/9/usr.bin/procstat/   (props changed)

Modified: stable/10/usr.bin/procstat/procstat.1
==============================================================================
--- stable/10/usr.bin/procstat/procstat.1	Fri Jun 27 19:11:32 2014	(r267975)
+++ stable/10/usr.bin/procstat/procstat.1	Fri Jun 27 19:50:30 2014	(r267976)
@@ -65,7 +65,7 @@ Display file descriptor information for 
 .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.


More information about the svn-src-all mailing list