From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQZ0C-0003bU-Qo for qemu-devel@nongnu.org; Mon, 09 Jan 2017 07:24:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQZ09-0006zI-OD for qemu-devel@nongnu.org; Mon, 09 Jan 2017 07:24:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53926) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQZ09-0006yN-I9 for qemu-devel@nongnu.org; Mon, 09 Jan 2017 07:24:37 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BBF6761B9A for ; Mon, 9 Jan 2017 12:24:37 +0000 (UTC) From: Markus Armbruster References: <20170104125218.26583-1-pbonzini@redhat.com> Date: Mon, 09 Jan 2017 13:24:34 +0100 In-Reply-To: <20170104125218.26583-1-pbonzini@redhat.com> (Paolo Bonzini's message of "Wed, 4 Jan 2017 13:52:18 +0100") Message-ID: <87vatomnel.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] hxtool: emit Texinfo headings as @subsection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini writes: > Remove the colon, and add it in qemu-options-wrapper.h instead. > The introduction of @subsection also found a case where the table > was not closed and reopened around a heading, so fix it. > > Signed-off-by: Paolo Bonzini Reviewed-by: Markus Armbruster