]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
make it a WARNING since this hits people hard in their faces
authorDaniel Stenberg <daniel@haxx.se>
Sat, 26 May 2007 20:47:33 +0000 (20:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 May 2007 20:47:33 +0000 (20:47 +0000)
docs/libcurl/curl_multi_info_read.3

index 414a2a610b3452883a6a85a56a19bffd9f2fd813..1d97cf9a5cb84a51137d0aa62701d9167636d3df 100644 (file)
@@ -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.