]> granicus.if.org Git - curl/commitdiff
curl_multi_info_read.3: fix example formatting
authorJay Satiro <raysatiro@yahoo.com>
Sun, 14 Jun 2015 03:25:07 +0000 (23:25 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 14 Jun 2015 03:25:53 +0000 (23:25 -0400)
docs/libcurl/curl_multi_info_read.3

index bdf89863fc04e807a755078986c25ff5bbd77852..03be341b274cf5edbb9c158008fc2a96081e0e16 100644 (file)
@@ -69,6 +69,7 @@ that just completed.
 
 At this point, there are no other \fBmsg\fP types defined.
 .SH EXAMPLE
+.nf
 struct CURLMsg *m;
 
 /* call curl_multi_perform or curl_multi_socket_action first, then loop
@@ -84,7 +85,7 @@ do {
     curl_easy_cleanup(e);
   }
 } while(m);
-
+.fi
 .SH "RETURN VALUE"
 A pointer to a filled-in struct, or NULL if it failed or ran out of
 structs. It also writes the number of messages left in the queue (after this