From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp9lh-0005j8-HX for qemu-devel@nongnu.org; Tue, 05 Sep 2017 05:03:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp9lY-0005Gk-9N for qemu-devel@nongnu.org; Tue, 05 Sep 2017 05:03:37 -0400 Date: Tue, 5 Sep 2017 11:03:03 +0200 From: Kevin Wolf Message-ID: <20170905090303.GB4633@localhost.localdomain> References: <20170904162622.12137-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170904162622.12137-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4] docs: add qemu-block-drivers(7) man page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Eric Blake , el13635@mail.ntua.gr Am 04.09.2017 um 18:26 hat Stefan Hajnoczi geschrieben: > Block driver documentation is available in qemu-doc.html. It would be > convenient to have documentation for formats, protocols, and filter > drivers in a man page. > > Extract the relevant part of qemu-doc.html into a new file called > docs/qemu-block-drivers.texi. This file can also be built as a > stand-alone document (man, html, etc). > > Signed-off-by: Stefan Hajnoczi I'm getting a few warning during the build: docs/qemu-block-drivers.texi:790: warning: @setfilename after the first element docs/qemu-block-drivers.texi:790: warning: @setfilename after the first element docs/qemu-block-drivers.texi:791: warning: multiple @settitle docs/qemu-block-drivers.texi:791: warning: multiple @settitle Kevin