]> granicus.if.org Git - curl/commitdiff
CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 11:47:52 +0000 (13:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 11:47:52 +0000 (13:47 +0200)
docs/libcurl/opts/CURLOPT_CERTINFO.3

index a508b867b040004ee27aa8b074319bd692534c45..f643dd1d476e2ff97333bd92e33aea768ec8a667 100644 (file)
@@ -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