CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake

Follow-up to b6a16afa0a
This commit is contained in:
Daniel Stenberg 2018-06-24 23:18:52 +02:00
parent a3b7cb7e84
commit 810ce31886
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 6 additions and 6 deletions

View File

@ -60,12 +60,12 @@ the correct end-point.
NOTE: even when this option is disabled, depending on the used TLS backend,
curl may still load the certificate file specified in
\fICURLOPT_CAINFO(3)\fP. curl default settings in some distributions might
use quite a large file as a default setting for \fICURLOPT_CAINFO(3)\fP,
so loading the file can be quite expensive, especially when dealing
with many connections. Thus, in some situations, you might want to disable
verification fully to save resources by setting \fICURLOPT_CAINFO(3)\f to
NULL - but please also consider the warning above!
\fICURLOPT_CAINFO(3)\fP. curl default settings in some distributions might use
quite a large file as a default setting for \fICURLOPT_CAINFO(3)\fP, so
loading the file can be quite expensive, especially when dealing with many
connections. Thus, in some situations, you might want to disable verification
fully to save resources by setting \fICURLOPT_CAINFO(3)\fP to NULL - but
please also consider the warning above!
.SH DEFAULT
By default, curl assumes a value of 1.
.SH PROTOCOLS