diff --git a/doc/src/tasks.xml b/doc/src/tasks.xml
index bf3213313..c4032bd7c 100644
--- a/doc/src/tasks.xml
+++ b/doc/src/tasks.xml
@@ -315,13 +315,13 @@ install dist : hello
install-source-root
- By default, the install rules will strip paths from its
+ By default, the install rule will strip paths from its
sources. So, if sources include a/b/c.hpp, the
a/b part will be ignored. To make the
install rule preserve the directory hierarchy you need to
- use the install-source-root feature to specify the root of
- the hierarchy you are installing. Relative paths from that root will be
- preserved. For example, if you write:
+ use the <install-source-root> feature to specify
+ the root of the hierarchy you are installing. Relative paths from that
+ root will be preserved. For example, if you write:
install headers
: a/b/c.h