From 9679790b23eb888933af88555a05bedc398d6026 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 30 Jun 2018 18:33:07 +0200 Subject: docs: fix missed option name markups --- docs/libcurl/curl_multi_add_handle.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/libcurl/curl_multi_add_handle.3') diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3 index 4c294f5a6..30908ad86 100644 --- a/docs/libcurl/curl_multi_add_handle.3 +++ b/docs/libcurl/curl_multi_add_handle.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -46,11 +46,11 @@ connection cache owned by the multi handle. Removing and adding new easy handles will not affect the pool of connections or the ability to do connection re-use. -If you have CURLMOPT_TIMERFUNCTION set in the multi handle (and you really -should if you're working event-based with \fIcurl_multi_socket_action(3)\fP -and friends), that callback will be called from within this function to ask -for an updated timer so that your main event loop will get the activity on -this handle to get started. +If you have \fICURLMOPT_TIMERFUNCTION(3)\fP set in the multi handle (and you +really should if you're working event-based with +\fIcurl_multi_socket_action(3)\fP and friends), that callback will be called +from within this function to ask for an updated timer so that your main event +loop will get the activity on this handle to get started. The easy handle will remain added to the multi handle until you remove it again with \fIcurl_multi_remove_handle(3)\fP - even when a transfer with that -- cgit v1.2.3