diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-10-08 13:47:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-10-08 13:47:52 +0200 |
commit | bce689605d21124f275fac10d812eb5deb4d8428 (patch) | |
tree | 26df099e93438e1d9d321789d65502ee96443663 /docs | |
parent | 8256b44e5a219f27783a248faa6e286c71d6f6ce (diff) |
CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CERTINFO.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CERTINFO.3 b/docs/libcurl/opts/CURLOPT_CERTINFO.3 index a508b867b..f643dd1d4 100644 --- a/docs/libcurl/opts/CURLOPT_CERTINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CERTINFO.3 @@ -30,9 +30,9 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CERTINFO, long certinfo); .SH DESCRIPTION Pass a long set to 1 to enable libcurl's certificate chain info gatherer. With this enabled, libcurl will extract lots of information and data about the -certificates in the certificate chain used in the SSL connection. This data may -then be retrieved after a transfer using \fIcurl_easy_getinfo(3)\fP and its -option \fICURLINFO_CERTINFO\fP. +certificates in the certificate chain used in the SSL connection. This data +may then be retrieved after a transfer using \fIcurl_easy_getinfo(3)\fP and +its option \fICURLINFO_CERTINFO(3)\fP. .SH DEFAULT 0 .SH PROTOCOLS |