diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-07-29 09:50:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-07-29 09:50:31 +0000 |
commit | 4f8d264f0c0f91b9b55fb613303d1f8155630a26 (patch) | |
tree | 69ee2ca71cf62edf254301731894460e81ee692a /bin | |
parent | 379ad73e19aa3033cfe19771c6dabd3861d271f8 (diff) |
Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change.
OK mpi@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 7 |
1 files 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). |