diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml
index e2053030e..b0b11f31f 100644
--- a/v2/doc/src/reference.xml
+++ b/v2/doc/src/reference.xml
@@ -462,13 +462,35 @@ path-constant DATA : data/a.txt ;
link
+
+ Allowed values: shared,
+ static
+
A feature that controls how libraries are built.
+
+
+
+ runtime linking
+ runtime-link
+
+
Allowed values: shared,
static
-
+
+
+ Controls if a static or shared C/C++ runtime should be used. There
+ are some restrictions how this feature can be used, for example
+ on some compilers an application using static runtime should
+ not use shared libraries at all, and on some compilers,
+ mixing static and shared runtime requires extreme care. Check
+ your compiler documentation for more details.
+
+
+
+
source