svn commit: r276622 - stable/10/usr.sbin/pstat

Jilles Tjoelker jilles at FreeBSD.org
Sat Jan 3 15:37:35 UTC 2015


Author: jilles
Date: Sat Jan  3 15:37:34 2015
New Revision: 276622
URL: https://svnweb.freebsd.org/changeset/base/276622

Log:
  MFC r272963: pstat(8): Correct description of the SESS column in pstat -t.

Modified:
  stable/10/usr.sbin/pstat/pstat.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/pstat/pstat.8
==============================================================================
--- stable/10/usr.sbin/pstat/pstat.8	Sat Jan  3 14:18:48 2015	(r276621)
+++ stable/10/usr.sbin/pstat/pstat.8	Sat Jan  3 15:37:34 2015	(r276622)
@@ -35,7 +35,7 @@
 .\"     @(#)pstat.8	8.5 (Berkeley) 5/13/94
 .\" $FreeBSD$
 .\"
-.Dd August 20, 2008
+.Dd October 11, 2014
 .Dt PSTAT 8
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@ Low water mark for output.
 .It COL
 Calculated column position of terminal.
 .It SESS
-Kernel address of the session structure.
+Process ID of the session leader.
 .It PGID
 Process group for which this is the controlling terminal.
 .It STATE


More information about the svn-src-stable-10 mailing list