Document type of argument for CURLOPT_FOLLOWLOCATION.
authorDimitrios Siganos <dimitris@siganos.org>
Wed, 2 Jul 2014 09:41:40 +0000 (11:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2014 20:44:45 +0000 (22:44 +0200)
docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3

index c1a15a3..8885141 100644 (file)
@@ -26,7 +26,7 @@ CURLOPT_FOLLOWLOCATION \- follow HTTP 3xx redirects
 .SH SYNOPSIS
 #include <curl/curl.h>
 
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, [argument]);
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, long enable);
 .SH DESCRIPTION
 A parameter set to 1 tells the library to follow any Location: header that the
 server sends as part of a HTTP header in a 3xx response.