diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-20 07:03:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-20 07:03:29 +0000 |
commit | 4cb30a3057bbc79c5b1910c7123d5d2ea148e40f (patch) | |
tree | 791b3b0709a5cd9c95531f1c1f214a8d3e68d124 /docs/libcurl | |
parent | 72f80b88f76c0af0fbaab21691a313da95d5be6d (diff) |
bad syntax
Diffstat (limited to 'docs/libcurl')
-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. |