diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml
index 3350c273d..8d194742a 100644
--- a/doc/src/advanced.xml
+++ b/doc/src/advanced.xml
@@ -768,7 +768,8 @@ bjam toolset=gcc variant=debug optimization=space
(Arbitrary string)
- Additional macro definitions for C and C++ compilers.
+ Additional macro definitions for C and C++ compilers. The string should be either
+ SYMBOL or SYMBOL=VALUE
@@ -1022,6 +1023,7 @@ exe c : c.cpp /boost/program_options//program_options ;
Requirements
+ requirements
Requirements are the properties that should always be present when
building a target. Typically, they are includes and defines: