From 39627fa167815997dea3ca418f8e2ac377456665 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Skytt=C3=A4?= Date: Fri, 18 Feb 2011 22:22:07 +0200 Subject: [PATCH] Documentation spelling fixes. --- doc/manual/builddependencies | 2 +- doc/manual/dependencies | 2 +- doc/manual/spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/builddependencies b/doc/manual/builddependencies index c0b6d90..a3938fd 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 36e7192..810e266 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 82ddcf3..d67c058 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 `\
-' 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: -- 2.7.4