Added note about *static* after description of *shared*.
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 274d0a4..744de5c 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -1605,7 +1605,9 @@
 \end{verbatim}
 
 to indicate that the modules defined in \file{Setup} are to be built
-as dynamically-linked linked modules.
+as dynamically-linked linked modules.  A line containing only
+\samp{*static*} can be used to indicate the subsequently listed
+modules should be statically linked.
 
 Here is a complete \file{Setup} file for building a
 \module{cPersistent} module: