summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-10-08 19:28:30 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-10-08 22:50:49 +0200
commitd30ad55c5955ed215773b79cd46c97d48795b7a6 (patch)
treeca8c3f5fb686388dce61c495366736e14d9c02a1
parent08e5fb4465c3969f579f8d9cd34731cc74ff5c38 (diff)
downloadcurl-d30ad55c5955ed215773b79cd46c97d48795b7a6.tar.gz
curl_easy_recv.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
Closes #479
-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 d425fe2b4..13012da24 100644
--- a/docs/libcurl/curl_easy_recv.3
+++ b/docs/libcurl/curl_easy_recv.3
@@ -49,7 +49,7 @@ this option.
You must ensure that the socket has data to read before calling
\fIcurl_easy_recv(3)\fP, otherwise the call will return \fBCURLE_AGAIN\fP -
the socket is used in non-blocking mode internally. Use
-\fIcurl_easy_getinfo(3)\fP with \fBCURLINFO_LASTSOCKET\fP to obtain the
+\fIcurl_easy_getinfo(3)\fP with \fBCURLINFO_ACTIVESOCKET(3)\fP to obtain the
socket; use your operating system facilities like \fIselect(2)\fP to check if
it has any data you can read.
.SH AVAILABILITY