diff --git a/docs/manual.en.md b/docs/manual.en.md index ebe7e7a..f4eb52c 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -2418,7 +2418,7 @@ The instance performing the cancellation takes over the coordination of further ### Timer control -Timer creation and deletion functions can be called from any Lua code. +[Timer](#timers) creation and deletion functions can be called from any Lua code. This could be lua-init, lua-desync, or a timer function. A timer function can also act on itself, such as changing the period or terminating its own calls. Timers are identified by a name. Multiple timers with different names can call the same timer function. diff --git a/docs/manual.md b/docs/manual.md index 36c2995..130fa2e 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -2577,7 +2577,7 @@ function execution_plan_cancel(ctx) ### Управление таймерами -Функции создания и удаления таймера могут быть вызваны из любого Lua кода. +Функции создания и удаления [таймера](#таймеры) могут быть вызваны из любого Lua кода. Это может быть lua-init, lua-desync или таймер функция. Таймер функция может в том числе действовать в отношении себя самой - заменить период или прекратить собственные вызовы.