From 154fbf5d6f1cab735edf0d8d92c84844be048816 Mon Sep 17 00:00:00 2001 From: bentley Date: Thu, 23 Jul 2015 08:05:18 +0000 Subject: [PATCH] Typo fixes and lint cleanup in ports manpages, from Michael Reed. --- infrastructure/man/man1/check-problems.1 | 6 +++--- infrastructure/man/man1/clean-old-distfiles.1 | 10 +++++----- infrastructure/man/man1/dpb.1 | 7 +++---- infrastructure/man/man1/make-plist.1 | 6 +++--- infrastructure/man/man1/out-of-date.1 | 6 +++--- infrastructure/man/man1/pkg_subst.1 | 18 +++++++++--------- infrastructure/man/man1/portcheck.1 | 6 +++--- infrastructure/man/man1/portimport.1 | 6 +++--- infrastructure/man/man1/portslogger.1 | 16 +++++++--------- infrastructure/man/man1/retrieve-index.1 | 6 +++--- infrastructure/man/man1/update-patches.1 | 11 +++++------ 11 files changed, 47 insertions(+), 51 deletions(-) diff --git a/infrastructure/man/man1/check-problems.1 b/infrastructure/man/man1/check-problems.1 index d70fb9aa9e0..cc28511667f 100644 --- a/infrastructure/man/man1/check-problems.1 +++ b/infrastructure/man/man1/check-problems.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check-problems.1,v 1.1 2015/06/10 09:04:07 espie Exp $ +.\" $OpenBSD: check-problems.1,v 1.2 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010-2015 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2015 $ +.Dd $Mdocdate: July 23 2015 $ .Dt CHECK-PROBLEMS 1 .Os .Sh NAME @@ -125,7 +125,7 @@ is also used, traverse only the directories corresponding to the packages under .Ar plist-dir to figure out current pkgnames, and annotate those with a -.Sq ! +.Sq \&! in the report. .El .Sh SAMPLE OUTPUT diff --git a/infrastructure/man/man1/clean-old-distfiles.1 b/infrastructure/man/man1/clean-old-distfiles.1 index 0741f4f7219..ec4f01b0774 100644 --- a/infrastructure/man/man1/clean-old-distfiles.1 +++ b/infrastructure/man/man1/clean-old-distfiles.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clean-old-distfiles.1,v 1.4 2012/12/23 13:28:55 espie Exp $ +.\" $OpenBSD: clean-old-distfiles.1,v 1.5 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2012 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 23 2012 $ +.Dd $Mdocdate: July 23 2015 $ .Dt CLEAN-OLD-DISTFILES 1 .Os .Sh NAME @@ -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 diff --git a/infrastructure/man/man1/dpb.1 b/infrastructure/man/man1/dpb.1 index 1355319ff5a..5252423e41f 100644 --- a/infrastructure/man/man1/dpb.1 +++ b/infrastructure/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.111 2015/07/18 12:57:24 espie Exp $ +.\" $OpenBSD: dpb.1,v 1.112 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 18 2015 $ +.Dd $Mdocdate: July 23 2015 $ .Dt DPB 1 .Os .Sh NAME @@ -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 statistics, about how much 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 diff --git a/infrastructure/man/man1/make-plist.1 b/infrastructure/man/man1/make-plist.1 index a256ef68826..2f355d8833b 100644 --- a/infrastructure/man/man1/make-plist.1 +++ b/infrastructure/man/man1/make-plist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make-plist.1,v 1.3 2013/09/15 09:56:21 rpe Exp $ +.\" $OpenBSD: make-plist.1,v 1.4 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 15 2013 $ +.Dd $Mdocdate: July 23 2015 $ .Dt MAKE-PLIST 1 .Os .Sh NAME @@ -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. diff --git a/infrastructure/man/man1/out-of-date.1 b/infrastructure/man/man1/out-of-date.1 index 88e079d1cdd..b1d71bf6edc 100644 --- a/infrastructure/man/man1/out-of-date.1 +++ b/infrastructure/man/man1/out-of-date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: out-of-date.1,v 1.4 2014/02/14 14:30:05 espie Exp $ +.\" $OpenBSD: out-of-date.1,v 1.5 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2011 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: July 23 2015 $ .Dt OUT-OF-DATE 1 .Os .Sh NAME @@ -47,4 +47,4 @@ Does not do anything yet. Disable progress meter. .El .Sh AUTHORS -Bernd Ahlers +.An Bernd Ahlers diff --git a/infrastructure/man/man1/pkg_subst.1 b/infrastructure/man/man1/pkg_subst.1 index e751c8c754d..4b9d9acbc07 100644 --- a/infrastructure/man/man1/pkg_subst.1 +++ b/infrastructure/man/man1/pkg_subst.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_subst.1,v 1.8 2014/08/10 10:07:10 espie Exp $ +.\" $OpenBSD: pkg_subst.1,v 1.9 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 10 2014 $ +.Dd $Mdocdate: July 23 2015 $ .Dt PKG_SUBST 1 .Os .Sh NAME @@ -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 diff --git a/infrastructure/man/man1/portcheck.1 b/infrastructure/man/man1/portcheck.1 index 53f0cccbf21..c92b2a27e51 100644 --- a/infrastructure/man/man1/portcheck.1 +++ b/infrastructure/man/man1/portcheck.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portcheck.1,v 1.3 2014/02/04 21:18:14 zhuk Exp $ +.\" $OpenBSD: portcheck.1,v 1.4 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2013 Vadim Zhukov .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 4 2014 $ +.Dd $Mdocdate: July 23 2015 $ .Dt PORTCHECK 1 .Os .Sh NAME @@ -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 diff --git a/infrastructure/man/man1/portimport.1 b/infrastructure/man/man1/portimport.1 index 8cafa1d8dc7..ffd37bb9d34 100644 --- a/infrastructure/man/man1/portimport.1 +++ b/infrastructure/man/man1/portimport.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portimport.1,v 1.4 2014/02/04 21:18:14 zhuk Exp $ +.\" $OpenBSD: portimport.1,v 1.5 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2013 Robert Peichaer .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 4 2014 $ +.Dd $Mdocdate: July 23 2015 $ .Dt PORTIMPORT 1 .Os .Sh NAME @@ -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. diff --git a/infrastructure/man/man1/portslogger.1 b/infrastructure/man/man1/portslogger.1 index 6f7b3f6303b..58c80f2ebe9 100644 --- a/infrastructure/man/man1/portslogger.1 +++ b/infrastructure/man/man1/portslogger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portslogger.1,v 1.2 2010/09/13 11:47:08 espie Exp $ +.\" $OpenBSD: portslogger.1,v 1.3 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 13 2010 $ +.Dd $Mdocdate: July 23 2015 $ .Dt PORTSLOGGER 1 .Os .Sh NAME @@ -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 diff --git a/infrastructure/man/man1/retrieve-index.1 b/infrastructure/man/man1/retrieve-index.1 index 4502e8abdef..e194a407f84 100644 --- a/infrastructure/man/man1/retrieve-index.1 +++ b/infrastructure/man/man1/retrieve-index.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: retrieve-index.1,v 1.1 2010/09/13 11:43:39 espie Exp $ +.\" $OpenBSD: retrieve-index.1,v 1.2 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 13 2010 $ +.Dd $Mdocdate: July 23 2015 $ .Dt RETRIEVE-INDEX 1 .Os .Sh NAME @@ -43,4 +43,4 @@ It relies on being accurate. .Sh SEE ALSO .Xr perlre 1 , -.Xr ports 7 . +.Xr ports 7 diff --git a/infrastructure/man/man1/update-patches.1 b/infrastructure/man/man1/update-patches.1 index 6de38affd14..ecf5af1c1cd 100644 --- a/infrastructure/man/man1/update-patches.1 +++ b/infrastructure/man/man1/update-patches.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: update-patches.1,v 1.2 2010/09/21 23:25:47 schwarze Exp $ +.\" $OpenBSD: update-patches.1,v 1.3 2015/07/23 08:05:18 bentley Exp $ .\" .\" Copyright (c) 2010 Marc Espie .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 21 2010 $ +.Dd $Mdocdate: July 23 2015 $ .Dt UPDATE-PATCHES 1 .Os .Sh NAME @@ -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 further study. .Sh SEE ALSO .Xr cvs 1 , .Xr diff 1 , -.Xr patch 1 . +.Xr patch 1