Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2023 00:54:47 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1c63aa2989d3 - stable/14 - procctl.2: improve phrasing for ASLR disable
Message-ID:  <202312020054.3B20slm0024694@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=1c63aa2989d3ca5df3d6a1485b68fac1bda9526f

commit 1c63aa2989d3ca5df3d6a1485b68fac1bda9526f
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-10-26 17:38:14 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-02 00:03:25 +0000

    procctl.2: improve phrasing for ASLR disable
    
    Reported by:    jrtc27
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D42364
    
    (cherry picked from commit 4894205482555447c6b3372598c7589a66596724)
---
 lib/libc/sys/procctl.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2
index e269edb8acaa..cb5234b6e40c 100644
--- a/lib/libc/sys/procctl.2
+++ b/lib/libc/sys/procctl.2
@@ -27,7 +27,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 15, 2023
+.Dd October 26, 2023
 .Dt PROCCTL 2
 .Os
 .Sh NAME
@@ -85,8 +85,8 @@ Controls the Address Space Layout Randomization (ASLR) in the program
 images created
 by
 .Xr execve 2
-in the specified process or its descendants that did not changed
-the control nor modified it by other means.
+in the specified process or its descendants that do not either change
+the control or modify it by other means.
 The
 .Fa data
 parameter must point to the integer variable holding one of the following



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312020054.3B20slm0024694>