procctl(2): correct a minor cut-n-pasto

This is clearly describing PROC_PROTMAX_FORCE_DISABLE, rather than
PROC_ASL_FORCE_DISABLE.

Submitted by:	sigsys@gmail.com
This commit is contained in:
Kyle Evans 2020-05-16 04:52:29 +00:00
parent 4f8d098652
commit 880ff10ba9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361105

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 25, 2020
.Dd May 16, 2020
.Dt PROCCTL 2
.Os
.Sh NAME
@ -128,7 +128,7 @@ Enables implicit PROT_MAX application,
even if it is disabled system-wide by the sysctl
.Va vm.imply_prot_max .
The image flag might still prevent the enablement.
.It Dv PROC_ASLR_FORCE_DISABLE
.It Dv PROC_PROTMAX_FORCE_DISABLE
Request that implicit application of PROT_MAX be disabled.
Same notes as for
.Dv PROC_PROTMAX_FORCE_ENABLE