aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CHUNK_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_CHUNK_DATA.3
parent6940f4b52a9244124740e1b8db3af07aa3d2763c (diff)
opts: fix broken/bad references
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_CHUNK_DATA.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_CHUNK_DATA.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 b/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3
index cd913f566..1ceb2cea2 100644
--- a/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3
+++ b/docs/libcurl/opts/CURLOPT_CHUNK_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
@@ -29,8 +29,8 @@ CURLOPT_CHUNK_DATA \- custom pointer to the FTP chunk callbacks
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CHUNK_DATA, void *pointer);
.SH DESCRIPTION
Pass a \fIpointer\fP that will be untouched by libcurl and passed as the ptr
-argument to the \fICURL_CHUNK_BGN_FUNCTION(3)\fP and
-\fICURL_CHUNK_END_FUNCTION(3)\fP.
+argument to the \fICURLOPT_CHUNK_BGN_FUNCTION(3)\fP and
+\fICURLOPT_CHUNK_END_FUNCTION(3)\fP.
.SH DEFAULT
NULL
.SH PROTOCOLS