Add PS_STOPPED to the flags
authorclaudio <claudio@openbsd.org>
Tue, 15 Oct 2024 13:49:49 +0000 (13:49 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 15 Oct 2024 13:49:49 +0000 (13:49 +0000)
bin/ps/ps.1

index 2ea4db8..4b99c1a 100644 (file)
@@ -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).