summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-23 14:15:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-23 14:54:55 +0200
commitcf6e9ce80b0f3dc73f2f316606e0cf68d59fad7e (patch)
tree4e8ee722914b899ccd72deb7b62aadbd656c1e31
parent75ca89856c308248b51260448f005a02c4341da9 (diff)
downloadcurl-cf6e9ce80b0f3dc73f2f316606e0cf68d59fad7e.tar.gz
CURLOPT_BUFFERSIZE.3: add upload buffersize to see also
Closes #9354
-rw-r--r--docs/libcurl/opts/CURLOPT_BUFFERSIZE.31
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 b/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
index 3d9320584..073e4b3b7 100644
--- a/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
+++ b/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
@@ -70,3 +70,4 @@ Added in 7.10. Growing the buffer was added in 7.53.0.
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_MAX_RECV_SPEED_LARGE "(3), " CURLOPT_WRITEFUNCTION "(3), "
+.BR CURLOPT_UPLOAD_BUFFERSIZE "(3), "