diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-10 09:05:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-10 09:05:48 +0000 |
commit | fc03d737fe6632cc05a38041ccde3851c4ad79cd (patch) | |
tree | dc5b6eba121f27f28ec9a02edb836ea7ae175ec9 /share/man/man1 | |
parent | f7d4a5b2abeee30fe9e8554d4cf8991a1d21cc25 (diff) |
rename some pkg checking tools
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 8 | ||||
-rw-r--r-- | share/man/man1/pkg_check-manpages.1 (renamed from share/man/man1/check-manpages.1) | 10 | ||||
-rw-r--r-- | share/man/man1/pkg_check-problems.1 (renamed from share/man/man1/check-problems.1) | 10 |
3 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 8eaaf55fdec..f738f287a48 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.13 2018/07/09 17:18:56 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2018/07/10 09:05:47 espie Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ MAN= clang-local.1 help.1 intro.1 gcc-local.1 # ports tools doc -MAN+= check-lib-depends.1 check-manpages.1 check-problems.1 \ - clean-old-distfiles.1 dpb-replay.1 dpb.1 \ +MAN+= check-lib-depends.1 clean-old-distfiles.1 dpb-replay.1 dpb.1 \ outdated-perl-ports.1 \ - pkg_outdated.1 pkg_subst.1 \ + pkg_check-problems.1 pkg_check-manpages.1 pkg_outdated.1 \ + pkg_subst.1 \ port-getpkgpath-helper.1 port-resolve-lib-helper.1 \ port-search-helper.1 \ portbump.1 portcheck.1 portgen.1 \ diff --git a/share/man/man1/check-manpages.1 b/share/man/man1/pkg_check-manpages.1 index f31d545c4ef..b5c05c7cc3a 100644 --- a/share/man/man1/check-manpages.1 +++ b/share/man/man1/pkg_check-manpages.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check-manpages.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: pkg_check-manpages.1,v 1.1 2018/07/10 09:05:47 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" 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 $ -.Dt CHECK-MANPAGES 1 +.Dd $Mdocdate: July 10 2018 $ +.Dt PKG_CHECK-MANPAGES 1 .Os .Sh NAME -.Nm check-manpages +.Nm pkg_check-manpages .Nd verify manpage subjects in packages .Sh SYNOPSIS -.Nm check-manpages +.Nm .Op Fl p .Op Ar pkgname ... .Sh DESCRIPTION diff --git a/share/man/man1/check-problems.1 b/share/man/man1/pkg_check-problems.1 index d9d8bfae6f5..3f891c9c0e6 100644 --- a/share/man/man1/check-problems.1 +++ b/share/man/man1/pkg_check-problems.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check-problems.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: pkg_check-problems.1,v 1.1 2018/07/10 09:05:47 espie Exp $ .\" .\" Copyright (c) 2010-2015 Marc Espie <espie@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" 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 $ -.Dt CHECK-PROBLEMS 1 +.Dd $Mdocdate: July 10 2018 $ +.Dt PKG_CHECK-PROBLEMS 1 .Os .Sh NAME -.Nm check-problems +.Nm pkg_check-problems .Nd verify problems in package collections .Sh SYNOPSIS -.Nm check-problems +.Nm .Op Fl CDesv .Op Fl d Ar plist_dir .Op Fl o Ar output |