From b7fe6922be1383ced67eaebcd8c29490744fef7f Mon Sep 17 00:00:00 2001 From: claudio Date: Mon, 29 Jul 2024 09:50:30 +0000 Subject: [PATCH] Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change. OK mpi@ --- bin/ps/ps.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 33db7dc1bc7..0bb930bac71 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -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). -- 2.20.1