pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info Fix typo; new sentence...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da6e83a00422
branches: trunk
changeset: 465823:da6e83a00422
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 06 16:23:29 2004 +0000
description:
Fix typo; new sentence, new line;
drop trailing spaces; add comma in enumeration.
diffstat:
pkgtools/pkg_install/files/info/pkg_info.1 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 89dfa79a9721 -r da6e83a00422 pkgtools/pkg_install/files/info/pkg_info.1
--- a/pkgtools/pkg_install/files/info/pkg_info.1 Tue Jan 06 16:15:54 2004 +0000
+++ b/pkgtools/pkg_install/files/info/pkg_info.1 Tue Jan 06 16:23:29 2004 +0000
@@ -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 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 @@
.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.
Home |
Main Index |
Thread Index |
Old Index