From 4c5e59504f9da4560bb3243161659b2f19a86ae0 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Wed, 8 Jun 2016 18:03:27 +0200 Subject: Just fix a typo Signed-off-by: Juergen Borleis --- doc/dev_manual.rst | 2 +- doc/ref_manual.rst | 2 +- doc/ref_parameter.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst index b1521b44a..70099b266 100644 --- a/doc/dev_manual.rst +++ b/doc/dev_manual.rst @@ -906,7 +906,7 @@ For example: In this example, our new package depends on the compression library *zlib*. PTXdist comes with a target *zlib*. All we need to do in this case is to declare that our new package *foo* depends on *zlib*. This -kind of dependencies is managed in the menu file of our new package by +kind of dependency is managed in the menu file of our new package by simply adding the ``select ZLIB`` line. After this addition our menu file looks like: diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst index a24cb6cc1..014658fc9 100644 --- a/doc/ref_manual.rst +++ b/doc/ref_manual.rst @@ -138,7 +138,7 @@ Package Definition This is the download URL for the source archive. It is a space separated list of URLs. PTXdist will try each URL until it finds one that works. There are two main reasons to provide more than one URL: 1. Additional - mirror(s) in case the main location is unavailable. 2. Some Projects move + mirror(s) in case the main location is unavailable. 2. Some projects move old versions into a separate directory when a new version is released. Providing both versions of the URL ensures that PTXdist still has a working URL after the next upstream release. diff --git a/doc/ref_parameter.inc b/doc/ref_parameter.inc index e22a110ca..57bfbc895 100644 --- a/doc/ref_parameter.inc +++ b/doc/ref_parameter.inc @@ -254,7 +254,7 @@ Options This means, that the output for each individual make target and each build stage is grouped together. - Note: If output synchronization enabled then the output for each build + Note: If output synchronization is enabled then the output for each build stage is collected by make and won't be visible until the build stage is completed. As a result, there will be long periods of time with no visible progress. -- cgit v1.2.3