]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
authorEmil Engler <me@emilengler.com>
Sat, 2 May 2020 06:49:33 +0000 (08:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 May 2020 10:03:20 +0000 (12:03 +0200)
Closes #5320

docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3

index d0957ae55e43dd961d1b1272292aba47e1f01d0d..ee606bb977c2e8b08ec9d76d7ec13dab909b7afd 100644 (file)
@@ -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