Re: [Xen-devel] [PATCH v3 0/2] fix several issues in documentation

2018-05-08 Thread George Dunlap
On 05/08/2018 02:08 PM, Ian Jackson wrote: > Juergen Gross writes ("Re: [Xen-devel] [PATCH v3 0/2] fix several issues in > documentation"): >> On 08/05/18 11:25, George Dunlap wrote: >>> But maybe that's a discussion to have when we open the 4.12 development &

Re: [Xen-devel] [PATCH v3 0/2] fix several issues in documentation

2018-05-08 Thread Ian Jackson
Juergen Gross writes ("Re: [Xen-devel] [PATCH v3 0/2] fix several issues in documentation"): > On 08/05/18 11:25, George Dunlap wrote: > > But maybe that's a discussion to have when we open the 4.12 development > > window. > > Another point is to add a call

Re: [Xen-devel] [PATCH v3 0/2] fix several issues in documentation

2018-05-08 Thread Juergen Gross
On 08/05/18 11:25, George Dunlap wrote: > On 05/08/2018 07:47 AM, Juergen Gross wrote: >> Some documents contain invalid pandoc syntax leading to failures when >> creating PDFs from them, e.g. when calling "make all" in the docs >> directory. >> >> Correct those by using proper lists, code blocks a

Re: [Xen-devel] [PATCH v3 0/2] fix several issues in documentation

2018-05-08 Thread George Dunlap
On 05/08/2018 07:47 AM, Juergen Gross wrote: > Some documents contain invalid pandoc syntax leading to failures when > creating PDFs from them, e.g. when calling "make all" in the docs > directory. > > Correct those by using proper lists, code blocks and special character > escaping. It's probabl

[Xen-devel] [PATCH v3 0/2] fix several issues in documentation

2018-05-07 Thread Juergen Gross
Some documents contain invalid pandoc syntax leading to failures when creating PDFs from them, e.g. when calling "make all" in the docs directory. Correct those by using proper lists, code blocks and special character escaping. Changes in V3: - dropped patches 1 and 2 of V2 as already applied - c