diff --git a/doc/src/tutorial.xml b/doc/src/tutorial.xml
index 45bee7724..998335a91 100644
--- a/doc/src/tutorial.xml
+++ b/doc/src/tutorial.xml
@@ -318,10 +318,13 @@ build-project app ;
Dependent Targets
- Targets that are “needed” by other targets are called
- dependencies of those other targets. The
- targets that need the other targets are called
- dependent targets.
+ When a building a target X depends on first
+ building another target Y (such as a
+ library that must be linked with X),
+ Y is called a
+ dependency of X and
+ X is termed a
+ dependent of Y.
To get a feeling of target dependencies, let's continue the