summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-26 20:47:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-26 20:47:33 +0000
commit4702807da8243cc5dd0b361f32c603272bde187b (patch)
treed4cf68c880903e8212a31ea5d0f3cac81e9419b9
parentfe1fe64fd44bf46ea0f7c9b4bb2b1cb5637174cb (diff)
downloadgnurl-4702807da8243cc5dd0b361f32c603272bde187b.tar.gz
gnurl-4702807da8243cc5dd0b361f32c603272bde187b.tar.bz2
gnurl-4702807da8243cc5dd0b361f32c603272bde187b.zip
make it a WARNING since this hits people hard in their faces
-rw-r--r--docs/libcurl/curl_multi_info_read.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3
index 414a2a610..1d97cf9a5 100644
--- a/docs/libcurl/curl_multi_info_read.3
+++ b/docs/libcurl/curl_multi_info_read.3
@@ -25,8 +25,8 @@ queue so calling this function again will not return the same message
again. It will instead return new messages at each new invoke until the queue
is emptied.
-The data the returned pointer points to will not survive calling
-\fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
+\fBWARNING:\fP The data the returned pointer points to will not survive
+calling \fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
\fIcurl_easy_cleanup(3)\fP.
The 'CURLMsg' struct is very simple and only contain very basic information.