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: sig...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to