]> granicus.if.org Git - curl/commitdiff
curl_easy_recv.3: fix formatting
authorSvyatoslav Mishyn <juef@openmailbox.org>
Tue, 11 Aug 2015 12:39:22 +0000 (15:39 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Aug 2015 12:58:54 +0000 (14:58 +0200)
docs/libcurl/curl_easy_recv.3

index 9de6364955e105f5be5bbca5a863b14474444bcd..d425fe2b46b3f5433003de9e1a445efcf45b2e7b 100644 (file)
@@ -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.