aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-20 01:10:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-20 01:10:34 +0200
commit68d1bea5fc7ff0e33965a9613c1d84e989d8ad09 (patch)
tree8d22b895a04fa5ce4a6330bbd8751951d149222a /docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
parent662f749cec770e35ff3f0d2f4c6626c40f0f6618 (diff)
opts: various corrections
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 b/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
index 6de3e1153..fc119a9c5 100644
--- a/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
@@ -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