Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/pkg_install/info Pull up revision 1.31 (reques...



details:   https://anonhg.NetBSD.org/src/rev/e1dfa70d2acf
branches:  netbsd-1-6
changeset: 529520:e1dfa70d2acf
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 22:32:38 2002 +0000

description:
Pull up revision 1.31 (requested by jschauma in ticket #1011):
Ispell. Begin new sentences on a new line.

diffstat:

 usr.sbin/pkg_install/info/pkg_info.1 |  57 +++++++++++++++++++----------------
 1 files changed, 31 insertions(+), 26 deletions(-)

diffs (144 lines):

diff -r 46925f065c66 -r e1dfa70d2acf usr.sbin/pkg_install/info/pkg_info.1
--- a/usr.sbin/pkg_install/info/pkg_info.1      Sun Nov 24 22:32:30 2002 +0000
+++ b/usr.sbin/pkg_install/info/pkg_info.1      Sun Nov 24 22:32:38 2002 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: pkg_info.1,v 1.28.2.2 2002/11/24 22:31:06 tron Exp $
+.\" $NetBSD: pkg_info.1,v 1.28.2.3 2002/11/24 22:32:38 tron Exp $
 .\"
-.\" FreeBSD install - a package for the installation and maintainance
+.\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -68,9 +68,9 @@
 Show the
 .Nx
 RCS Id strings from the files used in the construction
-of the binary package (the "Build version") for each package. These files are the
-package Makefile, any patch files, any checksum files, and the packing
-list file.
+of the binary package (the "Build version") for each package.
+These files are the package Makefile, any patch files, any checksum
+files, and the packing list file.
 .It Fl c
 Show the one-line comment field for each package.
 .It Fl D
@@ -92,7 +92,7 @@
 If the given
 .Ar pkg-name
 contains a
-shell metacharacter, it will be matched against all installed
+shell meta character, it will be matched against all installed
 packages using
 .Xr fnmatch 3 .
 .Xr csh 1
@@ -109,10 +109,11 @@
 .Pa name
 package.
 The collating sequence of the various package version numbers is
-unusual, but strives to be consistent. The magic string ``rc''
-equates to
+unusual, but strives to be consistent.
+The magic string ``rc'' equates to
 .Pa release candidate
-and sorts before a release. For example,
+and sorts before a release.
+For example,
 .Pa name-1.3rc3
 will sort before
 .Pa name-1.3
@@ -128,8 +129,9 @@
 and has the same value as a dot in the dewey-decimal ordering schemes.
 .It Fl F
 Interpret any pkg-name given as filename, and translate it to a
-package name using the Package Database. This can be used to query
-information on a per-file basis, e.g. in conjunction with the
+package name using the Package Database.
+This can be used to query information on a per-file basis, e.g. in
+conjunction with the
 .Fl e
 flag to find out which package a file belongs to.
 .It Fl f
@@ -141,9 +143,9 @@
 .It Fl k
 Show the de-install script (if any) for each package.
 .It Fl L
-Show the files within each package.  This is different from just
-viewing the packing list, since full pathnames for everything
-are generated.
+Show the files within each package.
+This is different from just viewing the packing list, since full pathnames
+for everything are generated.
 .It Fl l Ar str
 Prefix each information category header (see
 .Fl q )
@@ -152,8 +154,8 @@
 This is primarily of use to front-end programs that want to request a
 lot of different information fields at once for a package, but don't
 necessary want the output intermingled in such a way that they can't
-organize it.  This lets you add a special token to the start of
-each field.
+organize it.
+This lets you add a special token to the start of each field.
 .It Fl m
 Show the mtree file (if any) for each package.
 .It Fl n
@@ -171,8 +173,8 @@
 Show the size of this package and all the packages it requires,
 in bytes.
 .It Fl s
-Show the size of this package in bytes. The size is calculated by
-adding up the size of each file of the package.
+Show the size of this package in bytes.
+The size is calculated by adding up the size of each file of the package.
 .It Fl V
 Print version number and exit.
 .It Fl v
@@ -188,7 +190,8 @@
 environment variable.
 .It Ev PKG_PATH
 This can be used to specify a semicolon-separated list of paths and URLs to search for
-package files. If
+package files.
+If
 .Ev PKG_PATH
 is used, the suffix
 .Pa .tgz
@@ -201,7 +204,8 @@
 These are tried in turn (if set) as candidate directories in which
 to create a ``staging area'' for any files extracted by
 .Nm
-from package files.  If neither
+from package files.
+If neither
 .Ev PKG_TMPDIR
 nor
 .Ev TMPDIR
@@ -210,7 +214,8 @@
 .Pa /tmp ,
 and
 .Pa /usr/tmp
-are tried in turn.  Note that
+are tried in turn.
+Note that
 .Pa /usr/tmp
 may be created, if it doesn't already exist.
 .Pp
@@ -228,12 +233,12 @@
 .Pa /var/db/pkg/\*[Lt]pkg-name\*[Gt] .
 .Pp
 A filename can be given instead of a (installed) package name to query
-information on the package this file belongs to. This filename is then
-resolved to a package name using the Package Database. For this
-translation to take place, the
+information on the package this file belongs to.
+This filename is then resolved to a package name using the Package Database.
+For this translation to take place, the
 .Fl F
-flag must be given. The filename must be absolute, compare the output
-of pkg_info
+flag must be given.
+The filename must be absolute, compare the output of pkg_info
 .Fl aF .
 .Sh SEE ALSO
 .Xr pkg_add 1 ,



Home | Main Index | Thread Index | Old Index