summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-06-10 10:12:07 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-06-10 10:12:07 +0000
commitd0b4735e172a4b104fb50e582ba92c0ff7571909 (patch)
tree149d3d91a06f3d1cb7cbfa14c818c9a0629f6238
parent898e819571711a12a41ca475f42f13febcf75014 (diff)
use mandoc annotations for flags and such
-rw-r--r--share/man/man5/bsd.port.mk.517
1 files changed, 12 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index fd85ed1e4d1..30a6eca3448 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.460 2017/06/05 21:54:07 sthen Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.461 2017/06/10 10:12:06 espie 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: June 5 2017 $
+.Dd $Mdocdate: June 10 2017 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -1305,9 +1305,16 @@ Used by
.Nm
and compiler
.Ev MODULES
-to build scripts in ${WRKDIR}/bin to force setting compiler flags
-(-B is required for clang to find ${WRKDIR}/bin/ld as used by
-.Ev USE_WXNEEDED )
+to build scripts in
+.Pa ${WRKDIR}/bin
+to force setting compiler flags
+.Po
+.Fl B
+is required for clang to find
+.Pa ${WRKDIR}/bin/ld
+as used by
+.Ev USE_WXNEEDED
+.Pc
and call
.Ev COMPILER_WRAPPER
if used.