In bsd.port.mk.5, the use of arguments to Nm is inconsistent,
and when they are used it's seemingly redundant; this patch
fixes that.

I verified there's no change in the formatted manual with this:
$ diff <{mandoc bsd.port.mk.5.orig} <{mandoc bsd.port.mk.5}

Finally, if anyone is wondering, line 1219 is dealt with in
the other diff I just sent out.


Index: bsd.port.mk.5
===================================================================
RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
retrieving revision 1.422
diff -u -p -r1.422 bsd.port.mk.5
--- bsd.port.mk.5       21 Sep 2015 09:06:33 -0000      1.422
+++ bsd.port.mk.5       22 Sep 2015 20:15:22 -0000
@@ -48,14 +48,14 @@ and they do have manpages under
 Other
 .Bx
 variants, as well as older versions of
-.Nm bsd.port.mk ,
+.Nm ,
 include other targets and variables.
 Conversion methods are outlined here.
 .Pp
 Most variables and targets are documented, with very few exceptions.
 .Pp
 This documentation covers the current targets, variables and paths used by
-.Nm bsd.port.mk .
+.Nm .
 There is a separate section covering the fake framework, a section
 explaining flavors and multi-packages, and a section covering
 the generation of package information.
@@ -2089,7 +2089,7 @@ Set to
 .Sq Yes
 if platform does not support shared libraries.
 To be tested after including
-.Nm bsd.port.mk ,
+.Nm ,
 or
 .Xr bsd.port.arch.mk 5 ,
 if neither PFRAG.shared nor CONFIGURE_SHARED are enough.
@@ -4155,7 +4155,7 @@ Old requirement script.
 Was mostly unused anyway.
 .It Pa /usr/share/mk/bsd.port.mk
 Original location of
-.Nm bsd.port.mk .
+.Nm .
 The current file lives under
 .Pa ${PORTSDIR}/infrastructure/mk/bsd.port.mk ,
 whereas

Reply via email to