From: Svyatoslav Mishyn Date: Tue, 11 Aug 2015 12:39:22 +0000 (+0300) Subject: curl_easy_recv.3: fix formatting X-Git-Tag: curl-7_44_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0acba67d9e7af913a36eacda586944ca9a7c9e;p=thirdparty%2Fcurl.git curl_easy_recv.3: fix formatting --- diff --git a/docs/libcurl/curl_easy_recv.3 b/docs/libcurl/curl_easy_recv.3 index 9de6364955..d425fe2b46 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.