Help: Normalize cmake-modules(7) section heading underline style

Convert section heading underlines to our normal style hierarchy,
`****** > ====== > ------`, as recommended in Sphinx documentation.
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index e758637..b5d04ea 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -8,7 +8,7 @@
 can be specified in the :variable:`CMAKE_MODULE_PATH` variable.
 
 Utility Modules
-^^^^^^^^^^^^^^^
+===============
 
 These modules are loaded using the :command:`include` command.
 
@@ -95,7 +95,7 @@
    /module/UsewxWidgets
 
 Find Modules
-^^^^^^^^^^^^
+============
 
 These modules search for third-party software.
 They are normally called through the :command:`find_package` command.
@@ -255,10 +255,10 @@
    /module/FindZLIB
 
 Deprecated Modules
-^^^^^^^^^^^^^^^^^^^
+==================
 
 Deprecated Utility Modules
-==========================
+--------------------------
 
 .. toctree::
    :maxdepth: 1
@@ -284,7 +284,7 @@
    /module/WriteCompilerDetectionHeader
 
 Deprecated Find Modules
-=======================
+-----------------------
 
 .. toctree::
    :maxdepth: 1
@@ -302,7 +302,7 @@
    /module/FindwxWindows
 
 Legacy CPack Modules
-====================
+--------------------
 
 These modules used to be mistakenly exposed to the user, and have been moved
 out of user visibility. They are for CPack internal use, and should never be