From eae5011562c59afc47c01092e0076dcb251e6deb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] doc/syntax.tex: Put the `arbitrary code execution' warning in a box. --- doc/syntax.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/syntax.tex b/doc/syntax.tex index de85ce8..336f4bc 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -311,12 +311,13 @@ depends on Common Lisp.) The @ is evaluated immediately. It can do anything it likes. -\textbf{Warning!} This means that hostile Sod modules are a security hazard. -Lisp code can read and write files, start other programs, and make network -connections. Don't install Sod modules from sources that you don't -trust.\footnote{% - Presumably you were going to run the corresponding code at some point, so - this isn't as unusually scary as it sounds. But please be careful.} % +\begin{boxy}[Warning!] + This means that hostile Sod modules are a security hazard. Lisp code can + read and write files, start other programs, and make network connections. + Don't install Sod modules from sources that you don't trust.\footnote{% + Presumably you were going to run the corresponding code at some point, so + this isn't as unusually scary as it sounds. But please be careful.} % +\end{boxy} \subsubsection{Declaring type names} \label{sec:syntax.defs.typename} -- 2.11.0