From 9e5b954adb0f5f29f12b4e581cda228e6c436239 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 29 Feb 2024 14:29:39 -0500 Subject: [PATCH] Help: Format ctest(1) CurlOptions values as a definition list --- Help/manual/ctest.1.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 0e90ab6617..dff77f945c 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1454,12 +1454,19 @@ Configuration settings include: ``CurlOptions`` Specify a semicolon-separated list of options to control the Curl library that CTest uses internally to connect to the - server. Possible options are ``CURLOPT_SSL_VERIFYPEER_OFF`` - and ``CURLOPT_SSL_VERIFYHOST_OFF``. + server. * `CTest Script`_ variable: :variable:`CTEST_CURL_OPTIONS` * :module:`CTest` module variable: ``CTEST_CURL_OPTIONS`` + Possible options are: + + ``CURLOPT_SSL_VERIFYPEER_OFF`` + Disable the ``CURLOPT_SSL_VERIFYPEER`` curl option. + + ``CURLOPT_SSL_VERIFYHOST_OFF`` + Disable the ``CURLOPT_SSL_VERIFYHOST`` curl option. + ``DropLocation`` Legacy option. When ``SubmitURL`` is not set, it is constructed from ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and