From 28ee8691fdc83f1d4641eb9b619ad982b0d3ef11 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 9 Jul 2018 17:18:58 +0000 Subject: out-of-date -> pkg_outdated --- share/man/man1/Makefile | 6 +++--- share/man/man1/out-of-date.1 | 50 ------------------------------------------- share/man/man1/pkg_outdated.1 | 50 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 share/man/man1/out-of-date.1 create mode 100644 share/man/man1/pkg_outdated.1 (limited to 'share') 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/out-of-date.1 deleted file mode 100644 index 0ff6638e37c..00000000000 --- a/share/man/man1/out-of-date.1 +++ /dev/null @@ -1,50 +0,0 @@ -.\" $OpenBSD: out-of-date.1,v 1.1 2018/06/26 05:38:49 espie Exp $ -.\" -.\" Copyright (c) 2011 Marc Espie -.\" -.\" 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 diff --git a/share/man/man1/pkg_outdated.1 b/share/man/man1/pkg_outdated.1 new file mode 100644 index 00000000000..096e6c9f073 --- /dev/null +++ b/share/man/man1/pkg_outdated.1 @@ -0,0 +1,50 @@ +.\" $OpenBSD: pkg_outdated.1,v 1.1 2018/07/09 17:18:57 espie Exp $ +.\" +.\" Copyright (c) 2011 Marc Espie +.\" +.\" 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 -- cgit v1.2.3