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 400c67e..a5e973c 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 18094a5..fb8456d 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 86238f9..81f4571 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 6de3e11..fc119a9 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 362425f..1e3e566 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 aed9d29..11bff65 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 3d2a142..bfa7a7a 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 1517a0f..2ce0cc0 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 08c6524..12e7720 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 45092fb..99c1701 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>