From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Schwinge Subject: Re: [PATCH] Fixing bug/typo in main.py Date: Wed, 11 Jan 2006 07:26:41 -0500 Message-ID: <20060111122641.GE4457@fencepost> References: <20060111072028.395851C004@mail1-sv.soft.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060111072028.395851C004@mail1-sv.soft.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Yoshinori Katase Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Jan 11, 2006 at 04:21:21PM +0900, Yoshinori Katase wrote: > This patch fixes a typo of main.py. > [...] > 2.unit name of Mem in xm list header is *MiB* > def xm_brief_list(doms): > - print 'Name ID Mem(MiB) VCPUs State > Time(s)' > + print 'Name ID Mem(MB) VCPUs State > Time(s)' `MiB' is correct, see . Regards, Thomas