svn commit: r266296 - head/usr.bin/procstat

John Baldwin jhb at FreeBSD.org
Sat May 17 04:06:55 UTC 2014


Author: jhb
Date: Sat May 17 04:06:54 2014
New Revision: 266296
URL: http://svnweb.freebsd.org/changeset/base/266296

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

Modified:
  head/usr.bin/procstat/procstat.1

Modified: head/usr.bin/procstat/procstat.1
==============================================================================
--- head/usr.bin/procstat/procstat.1	Sat May 17 04:00:18 2014	(r266295)
+++ head/usr.bin/procstat/procstat.1	Sat May 17 04:06:54 2014	(r266296)
@@ -63,7 +63,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.
@@ -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.


More information about the svn-src-head mailing list