From b094badb0ad01a70d4f6dc65b3ea980af5416c71 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:04:13 -0700 Subject: [PATCH] templates: remove sysrc note/ not needed --- docs/chapters/template.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/chapters/template.rst b/docs/chapters/template.rst index 5cb2db59..b9b2fc3e 100644 --- a/docs/chapters/template.rst +++ b/docs/chapters/template.rst @@ -145,9 +145,6 @@ recursively. Special Hook Cases ------------------ -SYSRC requires that NO quotes be used or that quotes (``"``) be escaped ie; -(``\\"``) - ARG will always treat an ampersand "\``&``" literally, without the need to escape it. Escaping it will cause errors.