svn commit: r259995 - head/bin/ps

Mark Johnston markj at FreeBSD.org
Sat Dec 28 03:04:06 UTC 2013


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


More information about the svn-src-head mailing list