diff options
author | snj <snj@pkgsrc.org> | 2004-08-23 19:52:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-08-23 19:52:59 +0000 |
commit | 5af78c4db35e803125785c0cc325a9b4964ded93 (patch) | |
tree | 4cb586f6a050ecf2237d6d11f9f042b221728e43 /pkgtools/pkg_install | |
parent | 5c2bf2b0856a7fbff4dd8e7b0d6a61ca59d1ec16 (diff) | |
download | pkgsrc-5af78c4db35e803125785c0cc325a9b4964ded93.tar.gz |
Suck in recent minor changes made to this file.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/info/pkg_info.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/files/info/pkg_info.1 b/pkgtools/pkg_install/files/info/pkg_info.1 index e4d5e1db98a..11ff0d0cd21 100644 --- a/pkgtools/pkg_install/files/info/pkg_info.1 +++ b/pkgtools/pkg_install/files/info/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_info.1,v 1.12 2004/08/23 19:41:55 cube Exp $ +.\" $NetBSD: pkg_info.1,v 1.13 2004/08/23 19:52:59 snj Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -98,9 +98,9 @@ stdout unless turned off using the .Fl q option. .Ar pkg-name -can contain wildcards, see the +can contain wildcards (see the .Sx PACKAGE WILDCARDS -section below. +section below). .It Fl F Interpret any pkg-name given as filename, and translate it to a package name using the Package Database. @@ -196,7 +196,7 @@ Package wildcards use .Xr fnmatch 3 . In addition, .Xr csh 1 -style {,} alternates have also been implemented. +style {,} alternates have been implemented. Package version numbers can also be matched in a relational manner using the .Pa \*[Ge] , \*[Le] , \*[Gt] , @@ -224,7 +224,7 @@ For example, will sort before .Pa name-1.3 and after -.Pa name-1.2.9 +.Pa name-1.2.9 . Similarly .Pa name-1.3alpha2 will sort before |