diff options
author | 2006-01-30 17:27:29 +0000 | |
---|---|---|
committer | 2006-01-30 17:27:29 +0000 | |
commit | aa0966b9960b1d2e24e11f52efab95135e9f8d61 (patch) | |
tree | 58cf3a9416ad114c2b659516cc95fd9952de4655 | |
parent | - make fatal() exit with code 1 instead of 255. makes us more compatible (diff) | |
download | wireguard-openbsd-aa0966b9960b1d2e24e11f52efab95135e9f8d61.tar.xz wireguard-openbsd-aa0966b9960b1d2e24e11f52efab95135e9f8d61.zip |
Clarify pkg_info -e example; ok espie@
-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. |