From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] docs: correct descriptions of gnttab_max_{, maptrack}_frames Date: Tue, 19 Jan 2016 14:26:08 +0000 Message-ID: <569E4780.8040302@citrix.com> References: <1453204610-29131-1-git-send-email-ian.campbell@citrix.com> <569E42CA02000078000C8851@prv-mh.provo.novell.com> <1453209026.29930.27.camel@citrix.com> <569E42FC.2060800@citrix.com> <1453213320.29930.53.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453213320.29930.53.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Jan Beulich Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 19/01/16 14:22, Ian Campbell wrote: > On Tue, 2016-01-19 at 14:06 +0000, Andrew Cooper wrote: >> On 19/01/16 13:10, Ian Campbell wrote: >>> On Tue, 2016-01-19 at 06:06 -0700, Jan Beulich wrote: >>>>>>> On 19.01.16 at 12:56, wrote: >>>>> -Specify the maximum number of maptrack frames domain. >>>>> -The default value is 8 times **gnttab\_max\_frames**. >>>>> +> Default: `8 * gnttab_max_frames` >>>> No backslash escaping needed here? >>> No, not sure if the is ">" or the `` escaping them but the backslashes >>> appeared in the output HTML when I tried it. >>>> In any case, >>>> Acked-by: Jan Beulich >>> Thanks. >> Markdown is occasionally very lax, and occasionally very picky about its >> backslashes. >> >> I tend to insert them for piece of mind. > In this case they ended up in the output, which is wrong. Oh right yes. `` is verbatim text.