diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-09 18:27:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-09 18:27:59 +0000 |
commit | 9369a9ac83ef8ceda733a2213d69ad336dd62544 (patch) | |
tree | a9501082bd7a0cbab835d327a1abe2656ec35680 /share | |
parent | fa7cf9423622d939792887f1b4d6a884e0f48b3d (diff) |
these pages don;t need Bk/Ek;
order the options in pkg_outdated;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/dpb.1 | 4 | ||||
-rw-r--r-- | share/man/man1/outdated-perl-ports.1 | 6 | ||||
-rw-r--r-- | share/man/man1/pkg_outdated.1 | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index 88b80eb25bf..055f5ba1626 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.4 2018/07/09 11:56:32 jmc Exp $ +.\" $OpenBSD: dpb.1,v 1.5 2018/07/09 18:27:58 jmc Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org> .\" @@ -22,7 +22,6 @@ .Nd distributed ports builder .Sh SYNOPSIS .Nm dpb -.Bk -words .Op Fl acemqrRsuUvx .Op Fl A Ar arch .Op Fl b Ar logfile @@ -43,7 +42,6 @@ .Op Fl S Ar logfile .Op Fl X Ar pathlist .Op Ar pathlist ... -.Ek .Sh DESCRIPTION .Nm is used to build ports on a cluster of machines, or on a single machine diff --git a/share/man/man1/outdated-perl-ports.1 b/share/man/man1/outdated-perl-ports.1 index d8ce1bfaecc..13581ecff15 100644 --- a/share/man/man1/outdated-perl-ports.1 +++ b/share/man/man1/outdated-perl-ports.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: outdated-perl-ports.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: outdated-perl-ports.1,v 1.2 2018/07/09 18:27:58 jmc Exp $ .\" .\" Copyright (c) 2011 Jasper Lievisse Adriaanse <jasper@openbsd.org> .\" @@ -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 26 2018 $ +.Dd $Mdocdate: July 9 2018 $ .Dt OUTDATED-PERL-PORTS 1 .Os .Sh NAME @@ -22,10 +22,8 @@ .Nd compare CPAN releases and the ports tree .Sh SYNOPSIS .Nm outdated-perl-ports -.Bk -words .Op Fl d .Op Fl m Ar maintainer -.Ek .Sh DESCRIPTION .Nm retrieves and compares the packages list provided by CPAN with the ports diff --git a/share/man/man1/pkg_outdated.1 b/share/man/man1/pkg_outdated.1 index 096e6c9f073..17b3fdc6a73 100644 --- a/share/man/man1/pkg_outdated.1 +++ b/share/man/man1/pkg_outdated.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_outdated.1,v 1.1 2018/07/09 17:18:57 espie Exp $ +.\" $OpenBSD: pkg_outdated.1,v 1.2 2018/07/09 18:27:58 jmc Exp $ .\" .\" Copyright (c) 2011 Marc Espie <espie@openbsd.org> .\" @@ -22,9 +22,7 @@ .Nd compare installed packages and the ports tree .Sh SYNOPSIS .Nm -.Bk -words -.Op Fl mqxv -.Ek +.Op Fl mqvx .Sh DESCRIPTION .Nm checks installed packages and compares them to the ports tree. |