diff options
author | wiz <wiz> | 2009-08-17 05:06:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-17 05:06:38 +0000 |
commit | c6d3b649344088e4c682bd2f536c51a177676ad7 (patch) | |
tree | 3a9b596b53a3b76f0d80a44e18586461b65bda19 /pkgtools/pkg_install | |
parent | 59b787df32a1cf79bce6d5b729593b3b1c05f40a (diff) | |
download | pkgsrc-c6d3b649344088e4c682bd2f536c51a177676ad7.tar.gz |
Mark up PKG_PATH.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/admin/pkg_admin.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/admin/pkg_admin.1 b/pkgtools/pkg_install/files/admin/pkg_admin.1 index dd9f9152227..54ccc4ead16 100644 --- a/pkgtools/pkg_install/files/admin/pkg_admin.1 +++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_admin.1,v 1.26 2009/08/16 21:10:14 joerg Exp $ +.\" $NetBSD: pkg_admin.1,v 1.27 2009/08/17 05:06:38 wiz Exp $ .\" .\" Copyright (c) 1999-2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -206,7 +206,9 @@ If is given, the fetch is conditional and the file transfer is only done if the remote version is newer than the one in pkgdb. .It Cm findbest Ar pattern ... -Search the entries of PKG_PATH for packages matching +Search the entries of +.Ev PKG_PATH +for packages matching .Ar pattern . Print the URL of the best matching package to stdout for each pattern. If a pattern is not matched, it is skipped and the command will return |