diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-12-27 00:00:50 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-12-27 00:00:50 +0000 |
commit | 7845178b489d01cb182fd4a3d2e0c7cf7e3b4bcd (patch) | |
tree | 07dc4334b1ffe4c855b6bacc5947f0a566f1a2b6 /bin | |
parent | 2bc60b2f2f0bccab1a38b485aaa8221aa8c9521d (diff) |
Document the P_SUSPSINGLE flag bit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 5 |
1 files 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 |