aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrios Siganos <dimitris@siganos.org>2014-07-02 11:41:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-07-03 22:44:45 +0200
commit8b8cc85d8dc2482a940920ab7f942c92a825d286 (patch)
treec9f8ba74cf955de82c310a759b0dbfd0b153285b
parent97db9fb65317af7d95fa5d71080a6da09f18c523 (diff)
Document type of argument for CURLOPT_ADDRESS_SCOPE.
-rw-r--r--docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 b/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3
index a131595c0..510e3b377 100644
--- a/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3
+++ b/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3
@@ -26,7 +26,7 @@ CURLOPT_ADDRESS_SCOPE \- set scope for local IPv6 addresses
.SH SYNOPSIS
#include <curl/curl.h>
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, [argument]);
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, long scope);
.SH DESCRIPTION
Pass a long specifying the scope_id value to use when connecting to IPv6
link-local or site-local addresses.