From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] xl: Support (by ignoring) xl migrate --live Date: Thu, 21 May 2015 19:07:38 +0100 Message-ID: <555E1EEA.8010608@citrix.com> References: <1431607286-22140-1-git-send-email-ian.jackson@eu.citrix.com> <1431612346.13579.81.camel@citrix.com> <1432219883.10746.54.camel@citrix.com> <20150521162357.GA17683@aepfle.de> <1432226082.10746.104.camel@citrix.com> <20150521174425.GA22144@aepfle.de> <1432231337.5748.117.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432231337.5748.117.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 , Olaf Hering Cc: Wei Liu , Matthew Vernon , xen-devel@lists.xensource.com, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 21/05/15 19:02, Ian Campbell wrote: > On Thu, 2015-05-21 at 19:44 +0200, Olaf Hering wrote: >> On Thu, May 21, Ian Campbell wrote: >> >>> My pod2text doesn't seem to complain, but does this help? >> Yes, this fixes it. > Pushed, thanks. > > OOI what version of pod2text are you both using which exposes this? > > Ian. > In my case it was pod2man, but it turns out that working out the version is hard. bash-4.2$ pod2man --version Unknown option: version bash-4.2$ pod2man -V Unknown option: V The best the manpage has to offer is "The current version of this script is always available from its web site at . It is also part of the Perl core distribution as of 5.6.0." It is whatever comes as standard in CentOS 7. ~Andrew