Shorten the module synopsis.
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex
index df04202..e680305 100644
--- a/Doc/lib/libbasehttp.tex
+++ b/Doc/lib/libbasehttp.tex
@@ -1,7 +1,8 @@
 \section{Standard Module \module{BaseHTTPServer}}
 \declaremodule{standard}{BaseHTTPServer}
 
-\modulesynopsis{Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).}
+\modulesynopsis{Basic HTTP server (base class for
+\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
 
 
 \indexii{WWW}{server}