From 39627fa167815997dea3ca418f8e2ac377456665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 18 Feb 2011 22:22:07 +0200 Subject: Documentation spelling fixes. --- doc/manual/builddependencies | 2 +- doc/manual/dependencies | 2 +- doc/manual/spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 `\
-' 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: -- cgit v1.2.1