diff options
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 5e5afddc6..0183da44c 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1111,7 +1111,7 @@ Resolve to ipv4 addresses. .IP CURL_IPRESOLVE_V6 Resolve to ipv6 addresses. .RE -.SH CURLOPT_CONNECT_ONLY +.IP CURLOPT_CONNECT_ONLY Pass a long. A non-zero parameter tells the library to perform any required proxy authentication and connection setup, but no data transfer. |