[BACK]Return to pkg_outdated.1 CVS log [TXT][DIR] Up to [local] / src / share / man / man1

File: [local] / src / share / man / man1 / pkg_outdated.1 (download)

Revision 1.2, Mon Jul 9 18:27:58 2018 UTC (5 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, HEAD
Changes since 1.1: +3 -5 lines

these pages don;t need Bk/Ek;
order the options in pkg_outdated;

.\"	$OpenBSD: pkg_outdated.1,v 1.2 2018/07/09 18:27:58 jmc 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
.Op Fl mqvx
.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