svn commit: r272963 - head/usr.sbin/pstat

Jilles Tjoelker jilles at FreeBSD.org
Sat Oct 11 21:53:07 UTC 2014


Author: jilles
Date: Sat Oct 11 21:53:06 2014
New Revision: 272963
URL: https://svnweb.freebsd.org/changeset/base/272963

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

Modified:
  head/usr.sbin/pstat/pstat.8

Modified: head/usr.sbin/pstat/pstat.8
==============================================================================
--- head/usr.sbin/pstat/pstat.8	Sat Oct 11 21:43:05 2014	(r272962)
+++ head/usr.sbin/pstat/pstat.8	Sat Oct 11 21:53:06 2014	(r272963)
@@ -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-head mailing list