summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/info/pkg_info.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1
index 79922dc..17c0bba 100644
--- a/usr.sbin/pkg_install/info/pkg_info.1
+++ b/usr.sbin/pkg_install/info/pkg_info.1
@@ -56,13 +56,13 @@ A package name may either be the name of
an installed package, the pathname to a package distribution file or a
URL to an FTP available package.
Package version numbers can also be matched in a relational manner using the
-.Pa \*[Ge] , \*[Le] , \*[Gt]
+.Pa >= , <= , >
and
-.Pa \*[Lt]
+.Pa <
operators.
For example,
.Pp
-.Dl "pkg_info 'portupgrade\*[Ge]20030723'"
+.Dl "pkg_info 'portupgrade>=20030723'"
.Pp
will match versions 20030723 and later of the
.Pa portupgrade
OpenPOWER on IntegriCloud