opts: various corrections
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2014 23:10:34 +0000 (01:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2014 23:10:34 +0000 (01:10 +0200)
docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3
docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3
docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3
docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
docs/libcurl/opts/CURLOPT_HTTPGET.3
docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3
docs/libcurl/opts/CURLOPT_PROXYHEADER.3
docs/libcurl/opts/CURLOPT_PROXYTYPE.3
docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3

index 400c67e4cf2500f820833137016c501f4c714ed5..a5e973c1ae4cef05ad8bae7d07cf90055bb6a016 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_DNS_LOCAL_IP4 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_DNS_LOCAL_IP4 \- [short desc]
+CURLOPT_DNS_LOCAL_IP4 \- set IPv4 address to bind DNS resolve to
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 18094a5c0c947899350a177934dd5fe8b55a0584..fb8456dd69ab1a1b7ddf0cdd6436acf748cc66a7 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_DNS_LOCAL_IP6 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_DNS_LOCAL_IP6 \- [short desc]
+CURLOPT_DNS_LOCAL_IP6 \- IPv6 address to bind DNS resolves to
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 86238f97fe3c3ed20ee77988fb0c769b073fabdb..81f4571d5115dd1b48250bd41c4e0a85292efc67 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_EXPECT_100_TIMEOUT_MS 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_EXPECT_100_TIMEOUT_MS \- [short desc]
+CURLOPT_EXPECT_100_TIMEOUT_MS \- timeout for Expect: 100-continue response
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 6de3e1153a46c83e771a001f272d07c3f2ea5832..fc119a9c5f41fd338dfa79ae3abf4616c1fbbc6c 100644 (file)
@@ -20,9 +20,9 @@
 .\" *
 .\" **************************************************************************
 .\"
-.TH CURLOPT_FNMATCH_DATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
+.TH CURLOPT_FNMATCH_FUNCTION 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_FNMATCH_DATA \- wildcard matching function callback
+CURLOPT_FNMATCH_FUNCTION \- wildcard matching function callback
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
@@ -31,7 +31,7 @@ int fnmatch_callback(void *ptr,
                      const char *pattern,
                      const char *string);
 
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_DATA,
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_FUNCTION,
                           fnmatch_callback);
 .SH DESCRIPTION
 Pass a pointer to your callback function, which should match the prototype
index 362425f3b12b0ea05fd86b511bd36d59ad2be0a6..1e3e5664a03b6389770788ed9a92b0b38e3ec1dc 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_HTTPGET 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_HTTPGET \- [short desc]
+CURLOPT_HTTPGET \- ask for a HTTP GET request
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index aed9d2938890e300b76d8f4ad0fe459da1fbb8cc..11bff65c6209fff4a24295960670b9f54d41dc19 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_IGNORE_CONTENT_LENGTH 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_IGNORE_CONTENT_LENGTH \- [short desc]
+CURLOPT_IGNORE_CONTENT_LENGTH \- ignore Content-Length in HTTP response
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 3d2a142194ed278334f01bdf184434ea71db453b..bfa7a7a28eae53ca0116ef177e9ea12d6c0bcd6f 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_PROXYHEADER 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_PROXYHEADER \- [short desc]
+CURLOPT_PROXYHEADER \- custom HTTP headers to pass to proxy
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 1517a0ffe0665471e8033f0ba24513f60ad2ad9e..2ce0cc0c1b1ef39345dc06372e49908c661b89e7 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_PROXYTYPE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_PROXYTYPE \- [short desc]
+CURLOPT_PROXYTYPE \- proxy protocol type
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 08c652493bb7efa0c3cb38f337de59ee0919db08..12e7720d0a511fc5f8eb75008cb137e34c1c4518 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 \- [short desc]
+CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 \- checksum of SSH server public key
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 45092fbe1af28bb8186aeaed4f9b5ff3917939a7..99c1701caf9da728ab933e20278afba588785538 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_TLSAUTH_PASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_TLSAUTH_PASSWORD \- [short desc]
+CURLOPT_TLSAUTH_PASSWORD \- TLS authentication password
 .SH SYNOPSIS
 #include <curl/curl.h>