diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-02-11 00:43:34 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-02-11 00:43:34 +0000 |
commit | 08d4dfb900e20fd5f0fb0d431b96df5c1508e591 (patch) | |
tree | 978797bebd364da72bd0e21b8724ed3070e96bca /bin | |
parent | 726644921ce6e28652d56d0f9e5eae595cf2e27a (diff) |
Document P_CANTSLEEP
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 a18e92555e2..55a467939f3 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.97 2014/07/13 21:59:50 claudio Exp $ +.\" $OpenBSD: ps.1,v 1.98 2015/02/11 00:43:33 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: July 13 2014 $ +.Dd $Mdocdate: February 11 2015 $ .Dt PS 1 .Os .Sh NAME @@ -228,6 +228,7 @@ P_INKTR 0x1 writing ktrace(2) record P_PROFPEND 0x2 this thread needs SIGPROF P_ALRMPEND 0x4 this thread needs SIGVTALRM P_SIGSUSPEND 0x8 need to restore before-suspend mask +P_CANTSLEEP 0x10 this thread is not permitted to sleep P_SELECT 0x40 selecting; wakeup/waiting danger P_SINTR 0x80 sleep is interruptible P_SYSTEM 0x200 system process: no sigs, stats, or |