From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpmVu-0001Pa-H4 for qemu-devel@nongnu.org; Sun, 20 May 2007 10:36:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpmVs-0001LK-BM for qemu-devel@nongnu.org; Sun, 20 May 2007 10:36:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpmVs-0001LG-7w for qemu-devel@nongnu.org; Sun, 20 May 2007 10:36:00 -0400 Received: from squawk.glines.org ([72.36.206.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpmVr-000092-SI for qemu-devel@nongnu.org; Sun, 20 May 2007 10:36:00 -0400 Received: from chirp (adsl-75-5-241-201.dsl.scrm01.sbcglobal.net [75.5.241.201]) by squawk.glines.org (Postfix) with ESMTP id 7443CE55C8 for ; Sun, 20 May 2007 07:35:58 -0700 (PDT) Date: Sun, 20 May 2007 07:35:54 -0700 From: Mark Glines Subject: Re: [Qemu-devel] [PATCH] spellcheck the documentation Message-ID: <20070520073554.706c9940@chirp> In-Reply-To: <20070520062933.6eca471f@chirp> References: <20070520062933.6eca471f@chirp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, 20 May 2007 06:29:33 -0700 Mark Glines wrote: > -@item Use @option{fd=3Dh} to specify an already opened UDP multicast soc= ket. > +@item > +Use @option{fd=3Dh} to specify an already opened UDP multicast socket. Forgot to mention, the above patch fixes the following error I get at the bottom of the qemu.1 manpage: POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 386: Expected =E2=80=99=3Ditem 3=E2=80=99 Mark