Correct the description of the V state, which indicates that the process'

parent is suspended, not the process itself.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2013-12-28 03:04:05 +00:00
parent 7c05bc3124
commit 93f7e978f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259995

View File

@ -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