diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-08 23:12:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-08 23:12:10 +0000 |
commit | 9db60ccb61140456996b72e369bfffadef18f343 (patch) | |
tree | a391828850d5c9234a2664bcf24384304e115e26 /pkgtools | |
parent | 5db37a19b0df199b9f5977a0ced4a3220bb70521 (diff) | |
download | pkgsrc-9db60ccb61140456996b72e369bfffadef18f343.tar.gz |
Spelling fixes.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/add/pkg_add.1 | 12 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/admin/pkg_admin.1 | 10 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/bpm/bpm.1 | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/create/pkg_create.1 | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_install.conf.5 | 4 |
5 files changed, 18 insertions, 18 deletions
diff --git a/pkgtools/pkg_install/files/add/pkg_add.1 b/pkgtools/pkg_install/files/add/pkg_add.1 index 5472b414d13..bb06709718b 100644 --- a/pkgtools/pkg_install/files/add/pkg_add.1 +++ b/pkgtools/pkg_install/files/add/pkg_add.1 @@ -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 @@ you know what you are doing! 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 @@ conflicts with the package. 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 @@ If the 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 @@ If the .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 @@ If you do this, consider installing and using the 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 --git a/pkgtools/pkg_install/files/admin/pkg_admin.1 b/pkgtools/pkg_install/files/admin/pkg_admin.1 index e67b977691d..da0dbeba577 100644 --- a/pkgtools/pkg_install/files/admin/pkg_admin.1 +++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 @@ -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 @@ Packages System. 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 @@ checksum of the file on disk. 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 @@ This should be used only by .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 @@ The default package database directory is .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 --git a/pkgtools/pkg_install/files/bpm/bpm.1 b/pkgtools/pkg_install/files/bpm/bpm.1 index 83aedc2ad53..699f27bf01a 100644 --- a/pkgtools/pkg_install/files/bpm/bpm.1 +++ b/pkgtools/pkg_install/files/bpm/bpm.1 @@ -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 @@ It is also possible to change the category currently being examined, 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 --git a/pkgtools/pkg_install/files/create/pkg_create.1 b/pkgtools/pkg_install/files/create/pkg_create.1 index 16a3af95c74..c8a780d717a 100644 --- a/pkgtools/pkg_install/files/create/pkg_create.1 +++ b/pkgtools/pkg_install/files/create/pkg_create.1 @@ -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 @@ as the initial directory 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 @@ Set default group ownership for all subsequently extracted files to 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 --git a/pkgtools/pkg_install/files/lib/pkg_install.conf.5 b/pkgtools/pkg_install/files/lib/pkg_install.conf.5 index 15841f809b8..90f1afbf061 100644 --- a/pkgtools/pkg_install/files/lib/pkg_install.conf.5 +++ b/pkgtools/pkg_install/files/lib/pkg_install.conf.5 @@ -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 @@ is trusted when a certificate chain ends in one of the certificates 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. |