summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2023-01-09 17:41:04 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2023-01-09 17:41:04 +0000
commitc9acc7ceee3a01f0bc8e0f097cbe695b0e07efb3 (patch)
tree1a5e61600cc0052b9640741e2d3f849c5857ca32 /share
parente6792978c33487d2a42644db2da5694fe33954e2 (diff)
tweak text for USE_NOEXECONLY
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index c607c7e8311..b33e67cf78f 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.572 2023/01/09 17:17:55 sthen Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.573 2023/01/09 17:41:03 sthen Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -3358,8 +3358,8 @@ writes a wrapper script to ${WRKDIR}/bin/ld in
.Cm patch
adding
.Fl -no-execute-only .
-Use when a port does not work with execute-only code sections
-which are enabled by default on some architectures.
+Use when a port does not work with execute-only (unreadable) code sections
+which are used by default by the linker on some architectures.
.It Ev USE_WXNEEDED
If set to
.Sq Yes ,