1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3

Closes #5320
This commit is contained in:
Emil Engler 2020-05-02 08:49:33 +02:00 committed by Daniel Stenberg
parent 8cf8b293a1
commit 6540cbbc75
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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