Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change.
authorclaudio <claudio@openbsd.org>
Mon, 29 Jul 2024 09:50:30 +0000 (09:50 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 29 Jul 2024 09:50:30 +0000 (09:50 +0000)
OK mpi@

bin/ps/ps.1

index 33db7dc..0bb930b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ps.1,v 1.135 2024/07/22 09:44:37 claudio Exp $
+.\"    $OpenBSD: ps.1,v 1.136 2024/07/29 09:50:30 claudio 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 22 2024 $
+.Dd $Mdocdate: July 29 2024 $
 .Dt PS 1
 .Os
 .Sh NAME
@@ -239,7 +239,6 @@ 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_CONTINUED  0x800000 thread has continued after a stop
 P_THREAD    0x4000000 not the original thread
 P_SUSPSIG   0x8000000 stopped because of a signal
 P_CPUPEG   0x40000000 do not move to another cpu
@@ -361,6 +360,8 @@ PS_NOBTCFI  0x02000000 no Branch Target CFI
 PS_PIN          0x08000000 ld.so or static executable that
                            has syscalls pinned
 PS_LIBCPIN      0x10000000 libc.so has syscalls pinned
+PS_CONTINUED    0x20000000 process continued from stopped state
+                           but has not been waited for yet
 .Ed
 .It Cm re
 Core residency time (in seconds; 127 = infinity).