mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:57:16 +03:00
CURLOPT_PROXY_SSL_VERIFYPEER.3: fix minor grammar mistake
Closes #10968
This commit is contained in:
parent
e39754f6a2
commit
ef8b1690c8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SSL_VERIFYPEER,
|
|||
.SH DESCRIPTION
|
||||
Pass a long as parameter set to 1L to enable or 0L to disable.
|
||||
|
||||
This option tells curl to verifies the authenticity of the HTTPS proxy's
|
||||
This option tells curl to verify the authenticity of the HTTPS proxy's
|
||||
certificate. A value of 1 means curl verifies; 0 (zero) means it does not.
|
||||
|
||||
This is the proxy version of \fICURLOPT_SSL_VERIFYPEER(3)\fP that is used for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue