mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
Closes #5320
This commit is contained in:
parent
8cf8b293a1
commit
6540cbbc75
@ -30,7 +30,7 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_SSL_VERIFYRESULT, long *result
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Pass a pointer to a long to receive the result of the server SSL certificate
|
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
|
verification that was requested (using the \fICURLOPT_SSL_VERIFYPEER(3)\fP
|
||||||
option.
|
option).
|
||||||
|
|
||||||
0 is a positive result. Non-zero is an error.
|
0 is a positive result. Non-zero is an error.
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user