diff options
author | markj <markj@FreeBSD.org> | 2013-12-28 03:04:05 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2013-12-28 03:04:05 +0000 |
commit | a8ea804853bf02e8b0786f9fb7ae1a9bcc0ef0ce (patch) | |
tree | b9bdece0df98ecc6e799366af1b9101fda056578 /bin/ps/ps.1 | |
parent | d6864450cfff6ac735bafdf66cbe0802dd0b05f4 (diff) | |
download | FreeBSD-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/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 7 |
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 |