-.\" $OpenBSD: ps.1,v 1.119 2022/01/05 04:10:36 guenther Exp $
+.\" $OpenBSD: ps.1,v 1.120 2022/02/07 13:17:27 rob Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 5 2022 $
+.Dd $Mdocdate: February 7 2022 $
.Dt PS 1
.Os
.Sh NAME
PS_ZOMBIE 0x40000 Dead and ready to be waited for
PS_NOBROADCASTKILL 0x80000 Process excluded from kill -1
PS_PLEDGE 0x100000 process has called pledge(2)
+PS_WXNEEDED 0x00200000 /* Process is allowed to violate W^X */
+PS_EXECPLEDGE 0x00400000 /* Has exec pledges */
+PS_ORPHAN 0x00800000 /* Process is on an orphan list */
.Ed
.It Cm re
Core residency time (in seconds; 127 = infinity).
-/* $OpenBSD: proc.h,v 1.323 2021/12/10 05:34:42 guenther Exp $ */
+/* $OpenBSD: proc.h,v 1.324 2022/02/07 13:17:27 rob Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
#define PS_ZOMBIE 0x00040000 /* Dead and ready to be waited for */
#define PS_NOBROADCASTKILL 0x00080000 /* Process excluded from kill -1. */
#define PS_PLEDGE 0x00100000 /* Has called pledge(2) */
-#define PS_WXNEEDED 0x00200000 /* Process may violate W^X */
+#define PS_WXNEEDED 0x00200000 /* Process is allowed to violate W^X */
#define PS_EXECPLEDGE 0x00400000 /* Has exec pledges */
#define PS_ORPHAN 0x00800000 /* Process is on an orphan list */