Document the P_SUSPSINGLE flag bit
authorguenther <guenther@openbsd.org>
Fri, 27 Dec 2013 00:00:49 +0000 (00:00 +0000)
committerguenther <guenther@openbsd.org>
Fri, 27 Dec 2013 00:00:49 +0000 (00:00 +0000)
bin/ps/ps.1

index a69fed1..35a66c3 100644 (file)
@@ -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