summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_send.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_send.3')
-rw-r--r--docs/libcurl/curl_easy_send.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_send.3 b/docs/libcurl/curl_easy_send.3
index 6430c54e0..292a3e3d3 100644
--- a/docs/libcurl/curl_easy_send.3
+++ b/docs/libcurl/curl_easy_send.3
@@ -73,8 +73,8 @@ sent was for internal SSL processing, and no other data could be sent.
Added in 7.18.2.
.SH RETURN VALUE
On success, returns \fBCURLE_OK\fP and stores the number of bytes actually
-sent into \fB*n\fP. Note that this may very well be less than the amount you
-wanted to send.
+sent into \fB*n\fP. Note that this may be less than the amount you wanted to
+send.
On failure, returns the appropriate error code.