diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-02-18 22:22:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-03-01 11:37:56 +0200 |
commit | 39627fa167815997dea3ca418f8e2ac377456665 (patch) | |
tree | 96b0da18aa70f64c1dbc590d965e5027a05a2891 /doc | |
parent | 4f7fe5e668e9cd8ba62e700f6f3fdaf2256306d8 (diff) | |
download | rpm-39627fa167815997dea3ca418f8e2ac377456665.tar.gz rpm-39627fa167815997dea3ca418f8e2ac377456665.tar.bz2 rpm-39627fa167815997dea3ca418f8e2ac377456665.zip |
Documentation spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/builddependencies | 2 | ||||
-rw-r--r-- | doc/manual/dependencies | 2 | ||||
-rw-r--r-- | doc/manual/spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/builddependencies b/doc/manual/builddependencies index c0b6d90d0..a3938fdb8 100644 --- a/doc/manual/builddependencies +++ b/doc/manual/builddependencies @@ -8,7 +8,7 @@ build dependencies look just like install dependencies in a spec file with "Build" prefixed: \verbatim - BuildPrereqs: + BuildPreReq: BuildRequires: BuildConflicts: \endverbatim diff --git a/doc/manual/dependencies b/doc/manual/dependencies index 36e7192ee..810e26612 100644 --- a/doc/manual/dependencies +++ b/doc/manual/dependencies @@ -2,7 +2,7 @@ Dependencies provide a way for a package builder to require other packages or capabilities to be installed before or simultaneously -with one another. These can be used to require a python interpretor +with one another. These can be used to require a python interpreter for a python based application for example. RPM ensures dependencies are satisfied whenever packages are installed, erased, or upgraded. diff --git a/doc/manual/spec b/doc/manual/spec index 82ddcf390..d67c05847 100644 --- a/doc/manual/spec +++ b/doc/manual/spec @@ -10,7 +10,7 @@ tags). Names should not include any numeric operators ('<', '>','=') as future versions of rpm may need to reserve characters other than '-'. By default subpackages are named by prepending `\<main package\>-' to -the subpackages name(s). If you wish to change the name of a +the subpackage name(s). If you wish to change the name of a subpackage (most commonly this is to change the '-' to '.'), then you must specify the full name with the -n argument in the %package definition: |