diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-05 15:06:17 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-05 15:06:17 +0000 |
commit | ba972f05cd896f5060136923e8d4210da2d5781f (patch) | |
tree | 2e89544b67312a1edd5093bde3a63e1b50810495 /bin/ps | |
parent | 392cb2fcdec20c53f29dc0165ae9f1cbc5a3cd6e (diff) |
Remove old poll/select wakeup mechanism.
Also remove unneeded seltrue() and selfalse().
OK mpi@ jsg@
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 7328d30fd73..d70cb4db6ce 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.125 2022/03/31 17:27:14 naddy Exp $ +.\" $OpenBSD: ps.1,v 1.126 2022/07/05 15:06:16 visa 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: March 31 2022 $ +.Dd $Mdocdate: July 5 2022 $ .Dt PS 1 .Os .Sh NAME @@ -222,7 +222,6 @@ 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 swapping |