diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index bf2bb7f42dc..fe794f87a4e 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -14,7 +14,7 @@ This module defines two classes for implementing HTTP servers (Web servers). Usually, this module isn't used directly, but is used as a basis for building functioning Web servers. See the -\module{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and +\refmodule{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and \refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules. The first class, \class{HTTPServer}, is a