1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Add PS_STOPPED to the flags

This commit is contained in:
claudio 2024-10-15 13:49:49 +00:00
parent c347603754
commit 85ce0bb8de

View 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).