diff options
author | juef <juef@openmailbox.org> | 2015-08-06 17:28:05 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-06 23:37:26 +0200 |
commit | b9b7ccd04ae00c542a589c60574012414fbd4fea (patch) | |
tree | c6ab01e1587d904a10196a131367dcb32d867768 /docs | |
parent | 84d122a8d689bb3970d1a85075bc9263a12b94ad (diff) |
curl_multi_remove_handle.3: fix formatting
closes #366
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_multi_remove_handle.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3 index 1c2165b63..c819fc9e2 100644 --- a/docs/libcurl/curl_multi_remove_handle.3 +++ b/docs/libcurl/curl_multi_remove_handle.3 @@ -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 |