aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-05-01 16:41:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-01 16:41:04 +0200
commitaba47275330b5d7a46daca5298798a69bb5cbe7d (patch)
treeabe49d06917db8c6ac17c405968d6a99e6ef461f /docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3
parent6940f4b52a9244124740e1b8db3af07aa3d2763c (diff)
opts: fix broken/bad references
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_FNMATCH_DATA.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 b/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3
index daf4e8ca7..236c19df5 100644
--- a/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3
+++ b/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_DATA,
void *pointer);
.SH DESCRIPTION
Pass a pointer that will be untouched by libcurl and passed as the ptr
-argument to the \fICURL_FNMATCH_FUNCTION(3)\fP.
+argument to the \fICURLOPT_FNMATCH_FUNCTION(3)\fP.
.SH DEFAULT
NULL
.SH PROTOCOLS