diff options
author | 1999-02-27 13:44:20 +0000 | |
---|---|---|
committer | 1999-02-27 13:44:20 +0000 | |
commit | f77e0387d6a0faeb3a8e0aea59c8350d6547bcf7 (patch) | |
tree | c641db0eba6c75d78e04de8ec2841b8e728f9d7d | |
parent | Small new feature: pkg_info pkg (diff) | |
download | wireguard-openbsd-f77e0387d6a0faeb3a8e0aea59c8350d6547bcf7.tar.xz wireguard-openbsd-f77e0387d6a0faeb3a8e0aea59c8350d6547bcf7.zip |
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 |