From 93a7c4d33e4c25d36cbdfddd4107eaef1580bf60 Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 11 Mar 2022 12:01:22 +0000 Subject: [PATCH] Fix wxneeded elf section name, use markup OK espie --- share/man/man5/bsd.port.mk.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 99e0f6e261c..4dcadbc6e34 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.557 2022/02/21 00:37:47 kn Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.558 2022/03/11 12:01:22 kn Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 21 2022 $ +.Dd $Mdocdate: March 11 2022 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3306,7 +3306,9 @@ If set to .Sq Yes , writes a wrapper script to ${WRKDIR}/bin/ld in .Cm patch -to request that the linker adds an OPENBSD_WXNEEDED ELF section. +to request that the linker adds an +.Dv PT_OPENBSD_WXNEEDED +ELF section. Use when a port requires memory mappings that are both executable and writable and cannot be modified to avoid this. .It Ev USE_X11 -- 2.20.1