diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-30 17:27:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-30 17:27:30 +0000 |
commit | 60b2e0c49edd68c3dd885e510503cc01d1e54966 (patch) | |
tree | eb015a52763af07439073c1e360a3dec150a9314 /usr.sbin | |
parent | aa69d75166115d98ae33c1376cfc654d4a06dbc4 (diff) |
Clarify pkg_info -e example; ok espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index a050f199d8b..caf0fc77c7e 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.20 2005/11/01 17:02:29 bernd Exp $ +.\" $OpenBSD: pkg_info.1,v 1.21 2006/01/30 17:27:29 miod Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -95,7 +95,7 @@ The given is actually a package specification, as described in .Xr packages-specs 7 . For example, -.Ic pkg_info -e 'name>=1.3' +.Ic pkg_info -e 'name->=1.3' will match versions 1.3 and later of the .Pa name package. |