diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-09 17:18:58 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-09 17:18:58 +0000 |
commit | 28ee8691fdc83f1d4641eb9b619ad982b0d3ef11 (patch) | |
tree | 710426d8d43ae21f50e692cc57b030f6d0d9fb8f /share | |
parent | 34824881f612e3aa4ce91c934b7718e0ad0158af (diff) |
out-of-date -> pkg_outdated
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/Makefile | 6 | ||||
-rw-r--r-- | share/man/man1/pkg_outdated.1 (renamed from share/man/man1/out-of-date.1) | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index fa96c3791e4..8eaaf55fdec 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2018/07/09 14:53:30 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2018/07/09 17:18:56 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 @@ -6,8 +6,8 @@ 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 \ - out-of-date.1 outdated-perl-ports.1 \ - pkg_subst.1 \ + outdated-perl-ports.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/out-of-date.1 b/share/man/man1/pkg_outdated.1 index 0ff6638e37c..096e6c9f073 100644 --- a/share/man/man1/out-of-date.1 +++ b/share/man/man1/pkg_outdated.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: out-of-date.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: pkg_outdated.1,v 1.1 2018/07/09 17:18:57 espie Exp $ .\" .\" Copyright (c) 2011 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 OUT-OF-DATE 1 +.Dd $Mdocdate: July 9 2018 $ +.Dt PKG_OUTDATED 1 .Os .Sh NAME -.Nm out-of-date +.Nm pkg_outdated .Nd compare installed packages and the ports tree .Sh SYNOPSIS -.Nm out-of-date +.Nm .Bk -words .Op Fl mqxv .Ek |