From 68b8fc1ffb729fc717c43de2c546231f0e0feaff Mon Sep 17 00:00:00 2001 From: guenther Date: Fri, 27 Dec 2013 00:00:49 +0000 Subject: [PATCH] Document the P_SUSPSINGLE flag bit --- bin/ps/ps.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a69fed11dc4..35a66c376d7 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.86 2013/10/28 13:05:53 okan Exp $ +.\" $OpenBSD: ps.1,v 1.87 2013/12/27 00:00:49 guenther Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: December 27 2013 $ .Dt PS 1 .Os .Sh NAME @@ -235,6 +235,7 @@ P_SYSTEM 0x200 system process: no sigs, stats, or P_TIMEOUT 0x400 timing out during sleep P_WEXIT 0x2000 working on exiting P_OWEUPC 0x8000 profiling sample needs recording +P_SUSPSINGLE 0x80000 need to suspend for single threading P_NOZOMBIE 0x100000 pid 1 waits for me instead of dad P_SYSTRACE 0x400000 systrace(4) policy is active P_CONTINUED 0x800000 thread has continued after a stop -- 2.20.1