svn commit: r361105 - head/lib/libc/sys

Kyle Evans kevans at FreeBSD.org
Sat May 16 04:52:30 UTC 2020


Author: kevans
Date: Sat May 16 04:52:29 2020
New Revision: 361105
URL: https://svnweb.freebsd.org/changeset/base/361105

Log:
  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 at gmail.com

Modified:
  head/lib/libc/sys/procctl.2

Modified: head/lib/libc/sys/procctl.2
==============================================================================
--- head/lib/libc/sys/procctl.2	Sat May 16 03:52:30 2020	(r361104)
+++ head/lib/libc/sys/procctl.2	Sat May 16 04:52:29 2020	(r361105)
@@ -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


More information about the svn-src-all mailing list