[Midnightbsd-cvs] CVS Commit: pkg_info.1: usage
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 9 20:30:57 EDT 2007
Log Message:
-----------
usage
Modified Files:
--------------
src/usr.sbin/pkg_install/info:
pkg_info.1 (r1.3 -> r1.4)
-------------- next part --------------
Index: pkg_info.1
===================================================================
RCS file: /home/cvs/src/usr.sbin/pkg_install/info/pkg_info.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lusr.sbin/pkg_install/info/pkg_info.1 -Lusr.sbin/pkg_install/info/pkg_info.1 -u -r1.3 -r1.4
--- usr.sbin/pkg_install/info/pkg_info.1
+++ usr.sbin/pkg_install/info/pkg_info.1
@@ -56,13 +56,13 @@
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
More information about the Midnightbsd-cvs
mailing list