Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 03:04:06 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259995 - head/bin/ps
Message-ID:  <201312280304.rBS346SG060657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sat Dec 28 03:04:05 2013
New Revision: 259995
URL: http://svnweb.freebsd.org/changeset/base/259995

Log:
  Correct the description of the V state, which indicates that the process'
  parent is suspended, not the process itself.
  
  MFC after:	3 days

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Sat Dec 28 02:27:06 2013	(r259994)
+++ head/bin/ps/ps.1	Sat Dec 28 03:04:05 2013	(r259995)
@@ -29,7 +29,7 @@
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd March 15, 2013
+.Dd December 27, 2013
 .Dt PS 1
 .Os
 .Sh NAME
@@ -416,8 +416,9 @@ The process has reduced CPU scheduling p
 .It Li s
 The process is a session leader.
 .It Li V
-The process is suspended during a
-.Xr vfork 2 .
+The process' parent is suspended during a
+.Xr vfork 2 ,
+waiting for the process to exec or exit.
 .It Li W
 The process is swapped out.
 .It Li X



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