mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +03:00
doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
Closes #5320
This commit is contained in:
parent
8cf8b293a1
commit
6540cbbc75
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue