-# $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
# 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 \
+++ /dev/null
-.\" $OpenBSD: out-of-date.1,v 1.1 2018/06/26 05:38:49 espie Exp $
-.\"
-.\" Copyright (c) 2011 Marc Espie <espie@openbsd.org>
-.\"
-.\" Permission to use, copy, modify, and distribute this software for any
-.\" purpose with or without fee is hereby granted, provided that the above
-.\" copyright notice and this permission notice appear in all copies.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-.\" 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
-.Os
-.Sh NAME
-.Nm out-of-date
-.Nd compare installed packages and the ports tree
-.Sh SYNOPSIS
-.Nm out-of-date
-.Bk -words
-.Op Fl mqxv
-.Ek
-.Sh DESCRIPTION
-.Nm
-checks installed packages and compares them to the ports tree.
-It displays packages that may need updating.
-Typical output is a subdirlist with comments, suitable for bulk building.
-.Pp
-Options are as follows:
-.Bl -tag -width pkgpathlonger
-.It Fl m
-Causes
-.Nm
-to always display the progress meter in cases it would not do so by default.
-.It Fl q
-Quick check, only verifies the names and not full update signatures.
-Use is discouraged.
-.It Fl v
-Verbose mode.
-Does not do anything yet.
-.It Fl x
-Disable progress meter.
-.El
-.Sh AUTHORS
-.An Bernd Ahlers
--- /dev/null
+.\" $OpenBSD: pkg_outdated.1,v 1.1 2018/07/09 17:18:57 espie Exp $
+.\"
+.\" Copyright (c) 2011 Marc Espie <espie@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" 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 9 2018 $
+.Dt PKG_OUTDATED 1
+.Os
+.Sh NAME
+.Nm pkg_outdated
+.Nd compare installed packages and the ports tree
+.Sh SYNOPSIS
+.Nm
+.Bk -words
+.Op Fl mqxv
+.Ek
+.Sh DESCRIPTION
+.Nm
+checks installed packages and compares them to the ports tree.
+It displays packages that may need updating.
+Typical output is a subdirlist with comments, suitable for bulk building.
+.Pp
+Options are as follows:
+.Bl -tag -width pkgpathlonger
+.It Fl m
+Causes
+.Nm
+to always display the progress meter in cases it would not do so by default.
+.It Fl q
+Quick check, only verifies the names and not full update signatures.
+Use is discouraged.
+.It Fl v
+Verbose mode.
+Does not do anything yet.
+.It Fl x
+Disable progress meter.
+.El
+.Sh AUTHORS
+.An Bernd Ahlers