From 85ce0bb8dee469f412bbfb468c4393478423bbdd Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 15 Oct 2024 13:49:49 +0000 Subject: [PATCH] Add PS_STOPPED to the flags --- bin/ps/ps.1 | 5 +++-- 1 file 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).