Skip to content

Commit

Permalink
curl_multi_remove_handle.3: fix formatting
Browse files Browse the repository at this point in the history
closes #366
  • Loading branch information
juef authored and bagder committed Aug 6, 2015
1 parent 84d122a commit b9b7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/curl_multi_remove_handle.3
Expand Up @@ -28,7 +28,7 @@ curl_multi_remove_handle - remove an easy handle from a multi session
CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle);
.ad
.SH DESCRIPTION
Removes a given \fIeasy_handle\fI from the \fImulti_handle\fI. This will make
Removes a given \fIeasy_handle\fP from the \fImulti_handle\fP. This will make
the specified easy handle be removed from this multi handle's control.

When the easy handle has been removed from a multi stack, it is again
Expand Down

0 comments on commit b9b7ccd

Please sign in to comment.