From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JM2cQ-0004uK-1t for qemu-devel@nongnu.org; Mon, 04 Feb 2008 09:48:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JM2cO-0004sa-Cw for qemu-devel@nongnu.org; Mon, 04 Feb 2008 09:48:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM2cO-0004sK-2U for qemu-devel@nongnu.org; Mon, 04 Feb 2008 09:48:20 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JM2cN-00010E-Tw for qemu-devel@nongnu.org; Mon, 04 Feb 2008 09:48:20 -0500 Date: Mon, 4 Feb 2008 14:48:16 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] @ref commands in man-page Message-ID: <20080204144816.GA15620@networkno.de> References: <20080204132348.GA28660@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080204132348.GA28660@miranda.arrow> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Brady Cc: qemu-devel@nongnu.org Stuart Brady wrote: > Hi, > > I've noticed that "@ref{...}" commands aren't handled properly in the > qemu man page -- you can see @ref{pcsys_monitor}, @ref{vnc_security} and > @ref{pcsys_keys} in the output. I'm not sure what the correct fix for > this is -- any thoughts? texi2pod.pl fails to convert them properly, I commited an updated version. Thiemo