[yum-commits] Branch 'yum-3_2_X' - docs/yum.8 docs/yum.conf.5

James Antill james at osuosl.org
Tue Jul 7 14:54:28 UTC 2009


 docs/yum.8      |    8 ++++----
 docs/yum.conf.5 |   10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit e6c7958cf1e3c11bdf75f88f81f02cbbdfdde577
Author: James Antill <james at and.org>
Date:   Tue Jul 7 10:54:09 2009 -0400

    More spelling fixes for the man pages

diff --git a/docs/yum.8 b/docs/yum.8
index a94bc89..4f98211 100644
--- a/docs/yum.8
+++ b/docs/yum.8
@@ -7,7 +7,7 @@ yum \- Yellowdog Updater Modified
 .SH "DESCRIPTION"
 .PP 
 \fByum\fP is an interactive, rpm based, package manager. It can automatically
-perform system updates, including dependancy analysis and obsolete processing
+perform system updates, including dependency analysis and obsolete processing
 based on "repository" metadata. It can also perform installation of new
 packages, removal of old packages and perform queries on the installed and/or
 available packages among many other commands/services (see below)\&. \fByum\fP
@@ -106,7 +106,7 @@ Implemented so you could know if your machine had any updates that needed to
 be applied without running it interactively. Returns exit value of 100 if
 there are packages available for an update. Also returns a list of the pkgs
 to be updated in list format. Returns 0 if no packages are available for
-update. Returns 1 if an error occured.
+update. Returns 1 if an error occurred.
 Running in verbose mode also shows obsoletes.
 .IP
 .IP "\fBupgrade\fP"
@@ -170,7 +170,7 @@ The optional "hidden" argument will also list groups marked as not being
 groupid's are displayed.
 .IP 
 .IP "\fBgroupremove\fP"
-Is used to remove all of the pacakges in a group, unlike "groupinstall" this
+Is used to remove all of the packages in a group, unlike "groupinstall" this
 will remove everything regardless of group_package_types. It is worth pointing
 out that packages can be in more than one group, so "groupinstall X Y" followed
 by "groupremove Y" does not do give you the same result as "groupinstall X".
@@ -309,7 +309,7 @@ main == disable excludes defined in [main] in yum.conf
 repoid == disable excludes defined for that repo
 .br
 .IP "\fB\-\-disableplugin=plugin\fP"
-Run with one or more plugins disabled, the argument is a comma seperated list
+Run with one or more plugins disabled, the argument is a comma separated list
 of wildcards to match against plugin names.
 .br
 .IP "\fB\-\-noplugins\fP"
diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index fad07fa..ff24099 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -230,7 +230,7 @@ repository metadata downloads).
 `none' means that no HTTP downloads should be cached.
 
 The default is `all'. This is recommended unless you are experiencing caching
-related issues. Try to at least use `packages' to minimise load on repository
+related issues. Try to at least use `packages' to minimize load on repository
 servers.
 
 .IP
@@ -324,7 +324,7 @@ You can select from different metadata download policies depending on how much
 data you want to download with the main repository metadata index. The
 advantages of downloading more metadata with the index is that you can't get
 into situations where you need to use that metadata later and the versions
-available aren't compatible (or the user lacks privilages) and that if the
+available aren't compatible (or the user lacks privileges) and that if the
 metadata is corrupt in any way yum will revert to the previous metadata.
 
 `instant' - Just download the new metadata index, this is roughly what yum
@@ -341,7 +341,7 @@ This file also tends to be significantly smaller than most others.
 
 `group:main' - With the primary and updateinfo download the filelists metadata
 and the group metadata. The filelists data is required for operations like
-"yum install /bin/bash", and also some dependancy resolutions require it. The
+"yum install /bin/bash", and also some dependency resolutions require it. The
 group data is used in some graphical clients and for group operations like
 "yum grouplist Base".
 
@@ -371,7 +371,7 @@ Command-line option: \fB\-\-color\fP
 The colorization/highlighting for packages in list/info installed which are
 older than the latest available package with the same name and arch.
 Default is `bold'.
-Possible values are a comma seperated list containing: bold, blink, dim,
+Possible values are a comma separated list containing: bold, blink, dim,
 reverse, underline, fg:black, fg:red, fg:green, fg:yellow, fg:blue, fg:magenta,
 fg:cyan, fg:white, bg:black, bg:red, bg:green, bg:yellow, bg:blue, bg:magenta,
 bg:cyan, bg:white.
@@ -537,7 +537,7 @@ signature check on the repodata from this repository.
 
 .IP
 \fBgpgkey\fR
-A URL pointing to the ASCII-armoured GPG key file for the repository. This
+A URL pointing to the ASCII-armored GPG key file for the repository. This
 option is used if yum needs a public key to verify a package and the required
 key hasn't been imported into the RPM database. If this option is set, yum will
 automatically import the key from the specified URL. You will be prompted before


More information about the Yum-commits mailing list