summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2013-12-28 03:04:05 +0000
committermarkj <markj@FreeBSD.org>2013-12-28 03:04:05 +0000
commita8ea804853bf02e8b0786f9fb7ae1a9bcc0ef0ce (patch)
treeb9bdece0df98ecc6e799366af1b9101fda056578 /bin/ps
parentd6864450cfff6ac735bafdf66cbe0802dd0b05f4 (diff)
downloadFreeBSD-src-a8ea804853bf02e8b0786f9fb7ae1a9bcc0ef0ce.zip
FreeBSD-src-a8ea804853bf02e8b0786f9fb7ae1a9bcc0ef0ce.tar.gz
Correct the description of the V state, which indicates that the process'
parent is suspended, not the process itself. MFC after: 3 days
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.17
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 81a1f6d..118e961 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -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 priority (see
.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
OpenPOWER on IntegriCloud