Lucas Raab writes:
> +writes a wrapper script to ${WRKDIR}/bin/ld in
Use:
.Pa ${WRKDIR}/bin/ld
I see it's wrong elsewhere in the manpage, but let's not introduce another.
> +.Cm patch
> +to request that the linker adds an
> +.Dv PT_OPENBSD_NOBTCFI
> +ELF section. Use when a port requires no enforcement of indirect branch
The second sentence needs to begin on its own line. This affects
inter-sentence spacing in the rendered manpage.
ELF section.
Use when a port ...
> Use when a port requires no enforcement of indirect branch targets.
Reading it again, I think this could be misinterpreted. Better would be
to word it like USE_NOEXECONLY:
"Use when a port does not work with the default strict enforcement of
indirect branch targets."