aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-06-13 23:25:07 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-06-13 23:25:53 -0400
commitdd39a671019d713bd077be9eed511c2dc6013598 (patch)
tree943b5f71fa60440e14878545d6290e2049f2de87
parentda08a204c27758c68acfd923b7408a5dc7e55de4 (diff)
curl_multi_info_read.3: fix example formatting
-rw-r--r--docs/libcurl/curl_multi_info_read.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3
index bdf89863f..03be341b2 100644
--- a/docs/libcurl/curl_multi_info_read.3
+++ b/docs/libcurl/curl_multi_info_read.3
@@ -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