diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-15 13:49:50 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-15 13:49:50 +0000 |
commit | 2cfd8b25ea8e829281a6ebd16b29cf4e4e6cde6d (patch) | |
tree | 417f59d4c16597708a421bd9026dc3f4a5e081f2 /bin/ps | |
parent | 32967a1150760923ad285087fae86e7e2f5d8060 (diff) |
Add PS_STOPPED to the flags
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 2ea4db84e1b..4b99c1a9fd0 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.138 2024/10/10 10:24:14 claudio Exp $ +.\" $OpenBSD: ps.1,v 1.139 2024/10/15 13:49:49 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: October 10 2024 $ +.Dd $Mdocdate: October 15 2024 $ .Dt PS 1 .Os .Sh NAME @@ -359,6 +359,7 @@ PS_CHROOT 0x01000000 process is chrooted PS_NOBTCFI 0x02000000 no Branch Target CFI PS_CONTINUED 0x20000000 process continued from stopped state but has not been waited for yet +PS_STOPPED 0x40000000 process is in stopped state .Ed .It Cm re Core residency time (in seconds; 127 = infinity). |