Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 19:50:31 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r267976 - in stable: 10/usr.bin/procstat 8/usr.bin/procstat 9/usr.bin/procstat
Message-ID:  <201406271950.s5RJoVn3069857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/9/usr.bin/procstat/procstat.1
Directory Properties:
  stable/9/usr.bin/procstat/   (props changed)

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

Modified: stable/9/usr.bin/procstat/procstat.1
==============================================================================
--- stable/9/usr.bin/procstat/procstat.1	Fri Jun 27 19:11:32 2014	(r267975)
+++ stable/9/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.
@@ -262,15 +262,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
@@ -287,7 +287,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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271950.s5RJoVn3069857>