diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-02-27 13:44:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-02-27 13:44:21 +0000 |
commit | bd578489a32d2dd2c50586b71fa055a8c7b4604b (patch) | |
tree | 2bcf3af0e77295be5de09ceac41624733c1a68cf | |
parent | 023a7314b7e8678cd78f52d86d5f7e27d1188a0c (diff) |
Document that feature.
Pending a check and a rewriting, as the documentation is misleading.
It seems to imply it looks thru installed packages first, whereas
code tells pkg_info looks thru package files first.
-rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 1457fb3748f..13f1bad4fb4 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.4 1998/10/13 23:09:51 marc Exp $ +.\" $OpenBSD: pkg_info.1,v 1.5 1999/02/27 13:44:20 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -43,6 +43,10 @@ The .Ar pkg-name may be the name of an installed package, the pathname to a package distribution file, or a URL to an ftp-available package. +.Nm +will try to complete +.Ar pkg-name +with a version number while looking through installed packages. .Pp The following command-line options are supported: .Bl -tag -width indent |