Skip to content

Commit

Permalink
curl_multi_info_read.3: fix example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Jun 14, 2015
1 parent da08a20 commit dd39a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/libcurl/curl_multi_info_read.3
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dd39a67

Please sign in to comment.