summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-12-27 00:00:49 +0000
committerguenther <guenther@openbsd.org>2013-12-27 00:00:49 +0000
commit68b8fc1ffb729fc717c43de2c546231f0e0feaff (patch)
tree68769f4866ac4ff8d0489b30eb29df6c56981e69
parentWhen running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels), (diff)
downloadwireguard-openbsd-68b8fc1ffb729fc717c43de2c546231f0e0feaff.tar.xz
wireguard-openbsd-68b8fc1ffb729fc717c43de2c546231f0e0feaff.zip
Document the P_SUSPSINGLE flag bit
-rw-r--r--bin/ps/ps.15
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