From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] docs: canonicalize representation of boolean type in xl.cfg Date: Tue, 7 May 2013 13:31:44 +0100 Message-ID: <5188F430.5060601@citrix.com> References: <1367926134-3148-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1367926134-3148-1-git-send-email-wei.liu2@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: Wei Liu Cc: ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 07/05/13 12:28, Wei Liu wrote: > The representations of boolean type in xl docs are inconsistent. This patch > replaces occurences of "1", "0", "[Tt]rue" and "[Ff]alse" with "[Tt]rue (1)" > and "[Ff]alse (0)". An even better patch might have been to make the parser understand "true" and "false". David