Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 15:37:35 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r276622 - stable/10/usr.sbin/pstat
Message-ID:  <201501031537.t03FbZ8t008910@svn.freebsd.org>

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



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