Hi,

This diff fixes all warnings by `mandoc -Tlint -W all` and `igor -D`.
Also, I fixed some typos, added missing Ar macros, added missing \&,
etc.

Regards,
Michael


Index: check-problems.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/check-problems.1,v
retrieving revision 1.1
diff -u -p -r1.1 check-problems.1
--- check-problems.1    10 Jun 2015 09:04:07 -0000      1.1
+++ check-problems.1    23 Jul 2015 00:25:39 -0000
@@ -125,7 +125,7 @@ is also used, traverse only the director
 under
 .Ar plist-dir
 to figure out current pkgnames, and annotate those with a
-.Sq !
+.Sq \&!
 in the report.
 .El
 .Sh SAMPLE OUTPUT
Index: clean-old-distfiles.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/clean-old-distfiles.1,v
retrieving revision 1.4
diff -u -p -r1.4 clean-old-distfiles.1
--- clean-old-distfiles.1       23 Dec 2012 13:28:55 -0000      1.4
+++ clean-old-distfiles.1       23 Jul 2015 00:25:39 -0000
@@ -81,10 +81,10 @@ lines.
 .Sh FILES
 .Bl -tag -width /usr/ports
 .It Pa /usr/ports
-base of the ports tree, can be overriden with env variable
+base of the ports tree, can be overridden with env variable
 .Ev PORTSDIR .
 .It Pa /usr/ports/distfiles
-location of the distfiles repository, can be overriden with env variable
+location of the distfiles repository, can be overridden with env variable
 .Ev DISTDIR .
 .It Pa /usr/ports/distfiles/history
 log of obsolete distfiles.
@@ -92,4 +92,4 @@ log of obsolete distfiles.
 .Sh SEE ALSO
 .Xr dpb 1 ,
 .Xr sha256 1 ,
-.Xr mirroring-ports 7 .
+.Xr mirroring-ports 7
Index: dpb.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/dpb.1,v
retrieving revision 1.111
diff -u -p -r1.111 dpb.1
--- dpb.1       18 Jul 2015 12:57:24 -0000      1.111
+++ dpb.1       23 Jul 2015 00:25:39 -0000
@@ -815,7 +815,6 @@ ships with a
 and a
 .Ar _pfetch
 user.
-.Pp
 .Bl -bullet
 .It
 Start
@@ -1141,7 +1140,7 @@ This is purely for gathering performance
 lock contention happened around
 .Xr pkg_add 1
 and
-.xr pkg_delete 1
+.Xr pkg_delete 1
 usage.
 Plotting cumulated time may help in fine-tuning squiggles parameters.
 .It Pa build.log
Index: make-plist.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/make-plist.1,v
retrieving revision 1.3
diff -u -p -r1.3 make-plist.1
--- make-plist.1        15 Sep 2013 09:56:21 -0000      1.3
+++ make-plist.1        23 Jul 2015 00:25:39 -0000
@@ -117,7 +117,7 @@ position.
 .Sh SEE ALSO
 .Xr pkg_add 1 ,
 .Xr pkg_create 1 ,
-.Xr bsd.port.mk 5 .
+.Xr bsd.port.mk 5
 .Sh BUGS
 .Nm
 might be the most complicated piece of the ports infrastructure.
Index: out-of-date.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/out-of-date.1,v
retrieving revision 1.4
diff -u -p -r1.4 out-of-date.1
--- out-of-date.1       14 Feb 2014 14:30:05 -0000      1.4
+++ out-of-date.1       23 Jul 2015 00:25:39 -0000
@@ -47,4 +47,4 @@ Does not do anything yet.
 Disable progress meter.
 .El
 .Sh AUTHORS
-Bernd Ahlers
+.An Bernd Ahlers
Index: pkg_subst.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/pkg_subst.1,v
retrieving revision 1.8
diff -u -p -r1.8 pkg_subst.1
--- pkg_subst.1 10 Aug 2014 10:07:10 -0000      1.8
+++ pkg_subst.1 23 Jul 2015 00:25:39 -0000
@@ -24,12 +24,12 @@
 .Nm pkg_subst
 .Op Fl ci
 .Oo Fl D Ar name
-.Ns Oo Ns = Ns Ar value
+.Oo = Ns Ar value
 .Oc
 .Oc
-.Op Fl g group
-.Op Fl m mode
-.Op Fl o owner
+.Op Fl g Ar group
+.Op Fl m Ar mode
+.Op Fl o Ar owner
 .Op Ar file ...
 .Sh DESCRIPTION
 .Nm
@@ -58,7 +58,7 @@ and each
 .Ar src
 file is substituted and copied into the corresponding
 .Ar dest
-file .
+file.
 .It Xo
 .Fl D
 .Ar name Ns = Ns Ar value
@@ -94,5 +94,5 @@ is backed up as
 .Ar file.beforesubst
 before the substitution occurs.
 .Sh SEE ALSO
-.Xr pkg_create 1 ,
-.Xr install 1 .
+.Xr install 1 ,
+.Xr pkg_create 1
Index: portcheck.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/portcheck.1,v
retrieving revision 1.3
diff -u -p -r1.3 portcheck.1
--- portcheck.1 4 Feb 2014 21:18:14 -0000       1.3
+++ portcheck.1 23 Jul 2015 00:25:39 -0000
@@ -144,7 +144,7 @@ option instead:
 $ portcheck -Ap /usr/ports devel
 .Ed
 .Sh SEE ALSO
-.Xr portimport 1 .
+.Xr portimport 1
 .Sh HISTORY
 This utility was split from
 .Xr portimport 1
Index: portimport.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/portimport.1,v
retrieving revision 1.4
diff -u -p -r1.4 portimport.1
--- portimport.1        4 Feb 2014 21:18:14 -0000       1.4
+++ portimport.1        23 Jul 2015 00:25:39 -0000
@@ -67,7 +67,7 @@ Defaults to the local username.
 .El
 .Sh SEE ALSO
 .Xr cvs 1 ,
-.Xr portcheck 1 .
+.Xr portcheck 1
 .Sh HISTORY
 This command is based on the portimport script of Marc Espie, lightly
 modified by Stuart Henderson and rewritten by Robert Peichaer.
Index: portslogger.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/portslogger.1,v
retrieving revision 1.2
diff -u -p -r1.2 portslogger.1
--- portslogger.1       13 Sep 2010 11:47:08 -0000      1.2
+++ portslogger.1       23 Jul 2015 00:25:39 -0000
@@ -48,16 +48,14 @@ run with
 .Fl s .
 .Pp
 It is most often used as
-.Bd -literal -offset indent
-  make package 2>&1 | portslogger logdir
-.Ed
+.Pp
+.Dl $ make package 2>&1 | portslogger logdir
 .Pp
 or in conjunction with
 .Xr tmux 1 ,
 such as
-.Bd -literal -offset indent
-tmux pipe-pane 'portslogger -s logdir'
-.Ed
+.Pp
+.Dl $ tmux pipe-pane 'portslogger -s logdir'
 .Sh SEE ALSO
 .Xr dpb 1 ,
-.Xr tmux 1 .
+.Xr tmux 1
Index: retrieve-index.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/retrieve-index.1,v
retrieving revision 1.1
diff -u -p -r1.1 retrieve-index.1
--- retrieve-index.1    13 Sep 2010 11:43:39 -0000      1.1
+++ retrieve-index.1    23 Jul 2015 00:25:39 -0000
@@ -43,4 +43,4 @@ It relies on
 being accurate.
 .Sh SEE ALSO
 .Xr perlre 1 ,
-.Xr ports 7 .
+.Xr ports 7
Index: update-patches.1
===================================================================
RCS file: /cvs/ports/infrastructure/man/man1/update-patches.1,v
retrieving revision 1.2
diff -u -p -r1.2 update-patches.1
--- update-patches.1    21 Sep 2010 23:25:47 -0000      1.2
+++ update-patches.1    23 Jul 2015 00:25:39 -0000
@@ -46,9 +46,8 @@ directory
 most specifically files matching wildcard
 .Ev PATCH_LIST .
 Matching files are regenerated using
-.Bd -literal -offset indent
-diff -u -p -a ${DIFF_ARGS} $file$PATCHORIG $file
-.Ed
+.Pp
+.Dl $ diff -u -p -a ${DIFF_ARGS} $file$PATCHORIG $file
 .Pp
 and compared.
 Modified patches are updated and reported, new patches are generated,
@@ -64,4 +63,4 @@ prints the list of changed patches for f
 .Sh SEE ALSO
 .Xr cvs 1 ,
 .Xr diff 1 ,
-.Xr patch 1 .
+.Xr patch 1

Reply via email to