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/admin Pull up revision 1.20 (reque...



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

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

diffstat:

 usr.sbin/pkg_install/admin/pkg_admin.1 |  24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r 6ecebed9d9f6 -r 46925f065c66 usr.sbin/pkg_install/admin/pkg_admin.1
--- a/usr.sbin/pkg_install/admin/pkg_admin.1    Sun Nov 24 22:32:21 2002 +0000
+++ b/usr.sbin/pkg_install/admin/pkg_admin.1    Sun Nov 24 22:32:30 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_admin.1,v 1.16.2.3 2002/11/24 22:31:28 tron Exp $
+.\"    $NetBSD: pkg_admin.1,v 1.16.2.4 2002/11/24 22:32:30 tron Exp $
 .\"
 .\" Copyright (c) 1999-2002 Hubert Feyrer.  All rights reserved.
 .\"
@@ -41,7 +41,8 @@
 .Sh DESCRIPTION
 This command performs various administrative tasks around the
 .Nx
-Packages System. Available commands are:
+Packages System.
+Available commands are:
 .Pp
 .Bl -tag -width check
 .It Fl V
@@ -49,15 +50,16 @@
 .It Cm check Op Ar pkg ...
 Use this command to check the files belonging to some or all of the
 packages installed on the local machine against their MD5 checksum
-noted in their +CONTENTS files. If no additional argument is given,
-the files of all installed packages are checked, else only the named
-packages will be checked (wildcards can be used here, see
+noted in their +CONTENTS files.
+If no additional argument is given, the files of all installed packages
+are checked, else only the named packages will be checked (wildcards can
+be used here, see
 .Xr pkg_info 1 ) .
 .Pp
 The packages' +CONTENTS files will be parsed and the MD5
-checksum will be checked for every file found. A warning message is
-printed if the expected checksum differs from the checksum of the file
-on disk.
+checksum will be checked for every file found.
+A warning message is printed if the expected checksum differs from the
+checksum of the file on disk.
 .Pp
 .It Cm dump
 Dump the contents of the package database, similar to
@@ -68,9 +70,11 @@
 .It Cm lsbest /dir/pkgpattern
 List all/best package matching pattern in the given directory.
 Can be used to work around limitations of /bin/sh and other
-filename globbing mechanisms. This option implements matching of
+filename globbing mechanisms.
+This option implements matching of
 pkg-wildcards against arbitrary files, useful mainly in the build
-system itself. See
+system itself.
+See
 .Xr pkg_info 1
 for a description of the pattern.
 .Pp



Home | Main Index | Thread Index | Old Index