From: Emil Engler Date: Sat, 2 May 2020 06:49:33 +0000 (+0200) Subject: doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3 X-Git-Tag: curl-7_71_0~229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6540cbbc751efa010ef996a6f1726d2c4f1ed91d;p=thirdparty%2Fcurl.git doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3 Closes #5320 --- diff --git a/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 b/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 index d0957ae55e..ee606bb977 100644 --- a/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 +++ b/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 @@ -30,7 +30,7 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_SSL_VERIFYRESULT, long *result .SH DESCRIPTION Pass a pointer to a long to receive the result of the server SSL certificate verification that was requested (using the \fICURLOPT_SSL_VERIFYPEER(3)\fP -option. +option). 0 is a positive result. Non-zero is an error. .SH PROTOCOLS