From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.5] docs/commandline: Minor formatting fixes and clarifications Date: Tue, 16 Dec 2014 17:17:08 +0000 Message-ID: <1418750228.20265.2.camel@citrix.com> References: <1418408762-9691-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418408762-9691-1-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Wei Liu , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2014-12-12 at 18:26 +0000, Andrew Cooper wrote: > `font` had a trailing single quote which was out of place. > > `gnttab_max_frames` was missing escapes for the underscores which caused the > underscores to take their markdown meaning, causing 'max' in the middle to be > italicised. Escape the underscores, and make all command line parameters > bold, to be consistent with the existing style. > > Clarify how the default for `nmi` changes between debug and non debug builds > of Xen. > > Signed-off-by: Andrew Cooper > CC: Ian Campbell > CC: Ian Jackson > CC: Wei Liu > > --- > Requesting for 4.5, under the "strictly a documentation change" allowance Acked + applied.