From 7bd680e19d88461d799af157c14d5e0aabfa8968 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Tue, 1 Mar 2016 22:13:20 +0000 Subject: [PATCH] - update portsnap(8) to direct users to pkg-version PR: 202971 Submitted by: adamw@FreeBSD.org Reviewed by: bdrewery@ Approved by: wblock@ MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D5429 --- usr.sbin/portsnap/portsnap/portsnap.8 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.sbin/portsnap/portsnap/portsnap.8 b/usr.sbin/portsnap/portsnap/portsnap.8 index db215f18433..15f3d1becdc 100644 --- a/usr.sbin/portsnap/portsnap/portsnap.8 +++ b/usr.sbin/portsnap/portsnap/portsnap.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 22, 2013 +.Dd March 1, 2016 .Dt PORTSNAP 8 .Os FreeBSD .Sh NAME @@ -224,7 +224,7 @@ However, running .Fl I .Cm update is probably safe, and can be used together with -.Xr portversion 1 +.Xr pkg-version 8 to identify installed software which is out of date. .It If you wish to use @@ -272,6 +272,8 @@ Default location where the ports tree is extracted. .Xr fetch 1 , .Xr sha256 1 , .Xr fetch 3 , -.Xr portsnap.conf 5 +.Xr portsnap.conf 5 , +.Xr pkg 7 , +.Xr pkg-version 8 .Sh AUTHORS .An Colin Percival Aq Mt cperciva@FreeBSD.org