From 9c15d6b37e9e8ebb540474c0679715e034f0aeb2 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 7 Feb 2014 11:51:07 +0100 Subject: [PATCH] Doc: make real destructive code innocuous. --- Documentation/usage/running.itely | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 7e7692c86d..693eb3dd54 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -616,9 +616,9 @@ havoc, e.g, @quotation @verbatim -#(system "rm -rf /") +#(s ystem "rm -rf /") % too dangerous to write correctly { - c4^$(ly:gulp-file "/etc/passwd") + c4^$(ly:gulp-file "/etc/passwd") % malicious but not destructive } @end verbatim @end quotation -- 2.39.2