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 Spelling fixes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fd48d241d06
branches: trunk
changeset: 554117:8fd48d241d06
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 08 23:12:10 2009 +0000
description:
Spelling fixes.
diffstat:
pkgtools/pkg_install/files/add/pkg_add.1 | 12 ++++++------
pkgtools/pkg_install/files/admin/pkg_admin.1 | 10 +++++-----
pkgtools/pkg_install/files/bpm/bpm.1 | 4 ++--
pkgtools/pkg_install/files/create/pkg_create.1 | 6 +++---
pkgtools/pkg_install/files/lib/pkg_install.conf.5 | 4 ++--
5 files changed, 18 insertions(+), 18 deletions(-)
diffs (162 lines):
diff -r afa41f9ed10a -r 8fd48d241d06 pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1 Sun Feb 08 23:12:05 2009 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1 Sun Feb 08 23:12:10 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.31 2009/02/02 12:35:00 joerg Exp $
+.\" $NetBSD: pkg_add.1,v 1.32 2009/02/08 23:12:10 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -172,7 +172,7 @@
If the package that's being installed is already installed,
an update is performed.
It is currently not possible to update to an identical version.
-If this is specified twice, then any dependant packages that are
+If this is specified twice, then any dependent packages that are
too old will also be updated to fulfill the dependency.
See below for a more detailed description of the process.
.It Fl V
@@ -294,7 +294,7 @@
If it is, installation is terminated.
.It
The file list of the package is compared to the file lists of the
-installed packeges.
+installed packages.
If there is any overlap, the installation is terminated.
.It
All package dependencies (from
@@ -311,7 +311,7 @@
option was specified twice, any required packages that are installed,
but which have a version number that is considered to be too old,
are also updated.
-The dependant packages are found according to the normal
+The dependent packages are found according to the normal
.Ev PKG_PATH
rules.
.It
@@ -330,7 +330,7 @@
.Ar install
script exits with a non-zero status code, the installation is terminated.
.It
-The files from the file list are extracted to the choosen prefix.
+The files from the file list are extracted to the chosen prefix.
.It
If an
.Ar install
@@ -490,7 +490,7 @@
package and running it after every
.Nm .
.Sh CONFIGURATION VARIABLES
-The following variables change the behaviour of
+The following variables change the behavior of
.Nm
and are described in
.Xr pkg_install.conf 5 :
diff -r afa41f9ed10a -r 8fd48d241d06 pkgtools/pkg_install/files/admin/pkg_admin.1
--- a/pkgtools/pkg_install/files/admin/pkg_admin.1 Sun Feb 08 23:12:05 2009 +0000
+++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 Sun Feb 08 23:12:10 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_admin.1,v 1.20 2009/02/05 17:22:19 joerg Exp $
+.\" $NetBSD: pkg_admin.1,v 1.21 2009/02/08 23:12:10 wiz Exp $
.\"
.\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@
The following command-line options are supported:
.Bl -tag -width indent
.It Fl b
-Print only the basenames when matching package names for
+Print only the base names when matching package names for
.Cm lsall
and
.Cm lsbest .
@@ -161,7 +161,7 @@
Symbolic links are also checked, ensuring that the targets on disk are
the same as the contents recorded at package installation time.
.It Cm check-pkg-vulnerabilities Oo Fl s Oc Ar file
-Check format and hashes in the pkg-vulnerabilties file
+Check format and hashes in the pkg-vulnerabilities file
.Ar file .
If
.Fl s
@@ -182,7 +182,7 @@
.It Cm dump
Dump the contents of the package database, similar to
.Cm pkg_info -F .
-Columns are printed for the keyfield used in the pkgdb - the filename -,
+Columns are printed for the key field used in the pkgdb - the filename -,
and the data field - the package the file belongs to.
.It Cm fetch-pkg-vulnerabilities Oo Fl su Oc
Fetch a new pkg-vulnerabilities file, check the format and if
@@ -294,7 +294,7 @@
.Pa /var/db/pkg .
.El
.Sh CONFIGURATION VARIABLES
-The following variables change the behaviour of
+The following variables change the behavior of
.Nm
and are described in
.Xr pkg_install.conf 5 :
diff -r afa41f9ed10a -r 8fd48d241d06 pkgtools/pkg_install/files/bpm/bpm.1
--- a/pkgtools/pkg_install/files/bpm/bpm.1 Sun Feb 08 23:12:05 2009 +0000
+++ b/pkgtools/pkg_install/files/bpm/bpm.1 Sun Feb 08 23:12:10 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bpm.1,v 1.5 2007/08/02 23:34:00 wiz Exp $ */
+.\" $NetBSD: bpm.1,v 1.6 2009/02/08 23:12:10 wiz Exp $ */
.\"
.\"
.\" Copyright (c) 2003 Alistair G. Crooks. All rights reserved.
@@ -100,7 +100,7 @@
and to quit from the utility, simply by selecting the appropriate choices
on the menu.
.Sh ENVIRONMENT
-The environment variables which govern the behaviour of
+The environment variables which govern the behavior of
.Xr ftp 1
and
.Xr pkg_add 1
diff -r afa41f9ed10a -r 8fd48d241d06 pkgtools/pkg_install/files/create/pkg_create.1
--- a/pkgtools/pkg_install/files/create/pkg_create.1 Sun Feb 08 23:12:05 2009 +0000
+++ b/pkgtools/pkg_install/files/create/pkg_create.1 Sun Feb 08 23:12:10 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.16 2009/02/02 12:35:01 joerg Exp $
+.\" $NetBSD: pkg_create.1,v 1.17 2009/02/08 23:12:10 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -257,7 +257,7 @@
to start from in selecting files for
the package.
.It Fl R
-Re-order any directories in the pkg/PLIST file into reverse alphabetic
+Re-order any directories in the PLIST file into reverse alphabetic
order, so that child directories will automatically be removed before
parent directories.
.It Fl S Ar size-all-file
@@ -419,7 +419,7 @@
Use without an arg to set back to default (extraction)
group ownership.
.It Cm @comment Ar string
-Imbed a comment in the packing list.
+Embed a comment in the packing list.
Useful in trying to document some particularly hairy sequence that
may trip someone up later.
.It Cm @ignore
diff -r afa41f9ed10a -r 8fd48d241d06 pkgtools/pkg_install/files/lib/pkg_install.conf.5
--- a/pkgtools/pkg_install/files/lib/pkg_install.conf.5 Sun Feb 08 23:12:05 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/pkg_install.conf.5 Sun Feb 08 23:12:10 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_install.conf.5,v 1.2 2009/02/02 12:35:01 joerg Exp $
+.\" $NetBSD: pkg_install.conf.5,v 1.3 2009/02/08 23:12:10 wiz Exp $
.\"
.\" Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -65,7 +65,7 @@
contained in this file.
.It Dv CERTIFICATE_CHAIN
Path to a file containing additional certificates that can be used
-for completing certicate chains when validating binary packages or
+for completing certificate chains when validating binary packages or
pkg-vulnerabilities files.
.Dv CHECK_VULNERABILITIES
Check for vulnerabilities when installing packages.
Home |
Main Index |
Thread Index |
Old Index