From: Oleg Pudeyev Date: Wed, 21 Jul 2021 16:17:49 +0000 (-0400) Subject: CURLMOPT_TIMERFUNCTION.3: remove misplaced "time" X-Git-Tag: curl-7_79_0~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b8638b36c7b81c26b563270512fe91f90f47ae2;p=thirdparty%2Fcurl.git CURLMOPT_TIMERFUNCTION.3: remove misplaced "time" Closes #7470 --- diff --git a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 index 917827750f..cb86476e6e 100644 --- a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 +++ b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 @@ -40,7 +40,7 @@ Certain features, such as timeouts and retries, require you to call libcurl even when there is no activity on the file descriptors. Your callback function \fBtimer_callback\fP should install a non-repeating -timer with an interval of \fBtimeout_ms\fP. When time that timer fires, call +timer with an interval of \fBtimeout_ms\fP. When that timer fires, call either \fIcurl_multi_socket_action(3)\fP or \fIcurl_multi_perform(3)\fP, depending on which interface you use.