aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2018-08-11 13:52:18 +0200
committerJay Satiro <raysatiro@yahoo.com>2018-08-11 14:33:28 -0400
commitb676b66f4ddc68a0e357fc4cf79b9adb981c8df5 (patch)
tree4af15a65932c8bffc5369ec01b9a6a949cfe6250 /docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3
parentf31911a8002d3c9de109f5352328d8b6fbf035c2 (diff)
docs: Improve the manual pages of some callbacks
- CURLOPT_HEADERFUNCTION: add newlines - CURLOPT_INTERLEAVEFUNCTION: fix the description of 'userdata' - CURLOPT_READDATA: mention crashes, same as in CURLOPT_WRITEDATA - CURLOPT_READFUNCTION: rename 'instream' to 'userdata' and explain how to set it Closes https://github.com/curl/curl/pull/2868
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 b/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3
index 20f1c218d..b5776ed2c 100644
--- a/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3
@@ -55,8 +55,8 @@ service RTP data when no requests are desired. If the application makes a
request, (e.g. \fICURL_RTSPREQ_PAUSE\fP) then the response handler will
process any pending RTP data before marking the request as finished.
-The \fICURLOPT_WRITEDATA(3)\fP is passed in the \fIuserdata\fP argument in the
-callback.
+The \fICURLOPT_INTERLEAVEDATA(3)\fP is passed in the \fIuserdata\fP argument in
+the callback.
.SH DEFAULT
NULL, the interleave data is then passed to the regular write function:
\fICURLOPT_WRITEFUNCTION(3)\fP.