diff options
author | Emil Engler <me@emilengler.com> | 2020-05-02 08:49:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-02 12:03:20 +0200 |
commit | 6540cbbc751efa010ef996a6f1726d2c4f1ed91d (patch) | |
tree | 56b9cf891aa00d3c4559dd547ecd2500fbbce38a | |
parent | 8cf8b293a163fe6e2ffced798654ff6610a244b4 (diff) | |
download | curl-6540cbbc751efa010ef996a6f1726d2c4f1ed91d.tar.gz |
doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
Closes #5320
-rw-r--r-- | docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 b/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 index d0957ae55..ee606bb97 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 |