summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorwiz <wiz>2004-01-06 16:23:29 +0000
committerwiz <wiz>2004-01-06 16:23:29 +0000
commit014fb2467600d4a88ec4def8cd001340c7dbe68b (patch)
treeee84d6d2a69c89bb4eabbd98d3e13dc9a2d6f85f /pkgtools/pkg_install
parent9e7befa9240c3abac3728080acf898b116a126b8 (diff)
downloadpkgsrc-014fb2467600d4a88ec4def8cd001340c7dbe68b.tar.gz
Fix typo; new sentence, new line;
drop trailing spaces; add comma in enumeration.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/info/pkg_info.114
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgtools/pkg_install/files/info/pkg_info.1 b/pkgtools/pkg_install/files/info/pkg_info.1
index 01238f75170..22aa621c952 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.6 2004/01/06 16:15:54 hubertf Exp $
+.\" $NetBSD: pkg_info.1,v 1.7 2004/01/06 16:23:29 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -82,7 +82,7 @@ Show the install-message file (if any) for each package.
Show the long-description field for each package.
.It Fl e Ar pkg-name
This option
-allows you to test for the existcnce of a given package.
+allows you to test for the existence of a given package.
If the package identified by
.Ar pkg-name
is currently installed, return code is 0, otherwise 1.
@@ -175,18 +175,18 @@ The filename must be absolute, compare the output of pkg_info
.Sh PACKAGE WILDCARDS
In the places where a package name/version is expected, e.g. for the
.Fl e
-switch, several forms can be used. Either use a package name with or
-without version, or specify a package wildcard that gets matched
-against all installed packages.
+switch, several forms can be used.
+Either use a package name with or without version, or specify a
+package wildcard that gets matched against all installed packages.
.Pp
-Package wildcards use
+Package wildcards use
.Xr fnmatch 3 .
In addition,
.Xr csh 1
style {,} alternates have also been implemented.
Package version numbers can also be matched in a relational manner
using the
-.Pa \*[Ge], \*[Le], \*[Gt]
+.Pa \*[Ge] , \*[Le] , \*[Gt] ,
and
.Pa \*[Lt]
operators.