From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Goirand Subject: Problem in the yum.8 man page Date: Sat, 26 Dec 2009 14:29:10 +0800 Message-ID: <4B35AD36.8090900@goirand.fr> References: <4B35A384.9060908@goirand.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B35A384.9060908@goirand.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org In yum.8, there is this: The format of the output of yum list is: name.arch \[epoch\:\]version-release repo or \@installed-from-repo when I check for it, it does: # LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l yum.8 >/dev/null :367: `\:' is not allowed in an escape name I have no idea what was intended here, or how to fix, but this should be fixed for sure. Any idea? Thomas