[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 4/5] doc: correct feature-levelling.pandoc syntax
On 07/05/18 11:16, Juergen Gross wrote: > "make -C docs all" fails due to incorrect markdown syntax in > feature-levelling.pandoc. Correct it. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> What is trying to render this as markdown? It's pandoc, and the below syntax is valid markdown (used extensively in xen-command-line.markdown) so should be compatible in pandoc. > --- > docs/features/feature-levelling.pandoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/features/feature-levelling.pandoc > b/docs/features/feature-levelling.pandoc > index ef77eb837d..4b2b6df151 100644 > --- a/docs/features/feature-levelling.pandoc > +++ b/docs/features/feature-levelling.pandoc > @@ -83,7 +83,7 @@ not trap, leaving Xen no direct ability to control the > information returned. > > Xen-aware PV software can make use of the 'Forced Emulation Prefix' > > -> `ud2a; .ascii 'xen'; cpuid` > + ud2a; .ascii 'xen'; cpuid > > which Xen recognises as a deliberate attempt to get the fully-controlled > `CPUID` information rather than the hardware-reported information. This only _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |