From 4babaef6a8d4816f0e7f4c470e69de34b5ef0250 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 10 Jan 2026 16:32:54 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index d927e94..4b68a07 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -89,8 +89,7 @@ - [execution\_plan\_cancel](#execution_plan_cancel) - [zapret-lib.lua base function library](#zapret-liblua-base-function-library) - [Base desync functions](#base-desync-functions) - -- [luaexec](#luaexec) + - [luaexec](#luaexec) - [pass](#pass) - [pktdebug](#pktdebug) - [argdebug](#argdebug) @@ -2083,12 +2082,12 @@ function execution_plan_cancel(ctx) A one-time cancellation of all subsequent instances within a profile. The instance performing the cancellation takes over the coordination of further actions and is called the orchestrator. -# zapret-lib.lua core function library +# zapret-lib.lua base function library Nearly every function includes detailed comments regarding its purpose and parameters. Reviewing the Lua code and comments will provide a better understanding of what a specific function does and how to call it. -## Core desync functions +## Base desync functions These can be used directly in `--lua-desync`.