Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 21:53:06 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272963 - head/usr.sbin/pstat
Message-ID:  <201410112153.s9BLr6gp011418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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