From: Andrew Cooper Date: Sun, 15 May 2016 13:09:30 +0000 (+0100) Subject: docs/xsplice: Fix syntax when compiling to pdf with pandoc X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1098 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3aae91f5c7a536e178bae255320a858d388c7fe6;p=xen.git docs/xsplice: Fix syntax when compiling to pdf with pandoc Pandoc (version 1.12.4.2 from Debian Jessie) complains at the embedded \n in the signature checking paragraph. /usr/bin/pandoc --number-sections --toc --standalone misc/xsplice.markdown --output pdf/misc/xsplice.pdf ! Undefined control sequence. l.1085 appended\textasciitilde{}\n Surround the string in backticks to make it verbatim text. Signed-off-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk Release-acked-by: Wei Liu --- diff --git a/docs/misc/xsplice.markdown b/docs/misc/xsplice.markdown index 4a98be1803..05c1a55feb 100644 --- a/docs/misc/xsplice.markdown +++ b/docs/misc/xsplice.markdown @@ -1007,7 +1007,7 @@ expecting such that it can properly do signature verification. The signature is based on the all of the payloads continuously laid out in memory. The signature is to be appended at the end of the ELF payload -prefixed with the string '~Module signature appended~\n', followed by +prefixed with the string `'~Module signature appended~\n'`, followed by an signature header then followed by the signature, key identifier, and signers name.