diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-07-24 10:46:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-07-24 10:46:11 +0000 |
commit | f521ab373c697516923d51b78cc3c2f47efc1505 (patch) | |
tree | 537dad004ea9eedb01ab2befd7b9577e57526e18 /usr.sbin/pkg_add | |
parent | aa19f81538ef145cd300aeeed110a6b9d2066c5b (diff) |
nudge people towards pkglocatedb as a viable alternative to pkg_info -E.
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 7608d26077e..9aebad68aa5 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.42 2011/03/19 09:32:36 jmc Exp $ +.\" $OpenBSD: pkg_info.1,v 1.43 2011/07/24 10:46:10 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: March 19 2011 $ +.Dd $Mdocdate: July 24 2011 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -78,6 +78,10 @@ Show the long-description field for each package. .It Fl E Ar filename Look for the package(s) that contains the given .Ar filename . +As a faster alternative, note that there is a package, pkglocatedb, that +contains a +.Xr locate 1 +database of every file in every package. .It Fl e Ar pkg-name This option allows you to test for the presence of another (perhaps |