From 93f7e978f6f161443d8af3afa9aef5e052cd52d9 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 28 Dec 2013 03:04:05 +0000 Subject: [PATCH] Correct the description of the V state, which indicates that the process' parent is suspended, not the process itself. MFC after: 3 days --- bin/ps/ps.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 81a1f6d44ed..118e9618566 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