aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_recv.3
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-08-11 15:39:22 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-08-11 14:58:54 +0200
commitbb0acba67d9e7af913a36eacda586944ca9a7c9e (patch)
treea33aea35f3e1b2bf2a5ab964de7d9e688cc8c983 /docs/libcurl/curl_easy_recv.3
parent5778e6f526e2399ca7d01e6599381ab83d6b3021 (diff)
curl_easy_recv.3: fix formatting
Diffstat (limited to 'docs/libcurl/curl_easy_recv.3')
-rw-r--r--docs/libcurl/curl_easy_recv.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_recv.3 b/docs/libcurl/curl_easy_recv.3
index 9de636495..d425fe2b4 100644
--- a/docs/libcurl/curl_easy_recv.3
+++ b/docs/libcurl/curl_easy_recv.3
@@ -42,7 +42,7 @@ buffer. The variable \fBn\fP points to will receive the number of received
bytes.
To establish the connection, set \fBCURLOPT_CONNECT_ONLY(3)\fP option before
-calling \fIcurl_easy_perform(3)\fP or \cIcurl_multi_perform(3)\fP. Note that
+calling \fIcurl_easy_perform(3)\fP or \fIcurl_multi_perform(3)\fP. Note that
\fIcurl_easy_recv(3)\fP does not work on connections that were created without
this option.