From patchwork Thu Feb 21 09:13:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 222212 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 15C6F2C0092 for ; Thu, 21 Feb 2013 20:14:12 +1100 (EST) Received: from localhost ([::1]:58319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8SEC-00050F-Cb for incoming@patchwork.ozlabs.org; Thu, 21 Feb 2013 04:14:08 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8SDp-0004NK-Ft for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:13:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8SDj-0001Bb-CQ for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:13:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8SDj-0001BW-5W for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:13:39 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1L9DbVr016045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Feb 2013 04:13:37 -0500 Received: from localhost (ovpn-112-33.ams2.redhat.com [10.36.112.33]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1L9DZHm030429; Thu, 21 Feb 2013 04:13:36 -0500 From: Stefan Hajnoczi To: Date: Thu, 21 Feb 2013 10:13:33 +0100 Message-Id: <1361438013-18995-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Fred Bezies , Markus Armbruster , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] doc: fix sheepdog invalid texi @table @list syntax X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Some versions of texinfo are not happy with @table @list: ./qemu-options.texi:1526: unknown command `list' ./qemu-options.texi:1526: table requires an argument: the formatter for @item ./qemu-options.texi:1526: warning: @table has text but no @item Use @table @code instead and mark each line with @item. Reported-by: Fred Bezies Signed-off-by: Stefan Hajnoczi --- Fred: Please test this patch to confirm it fixes the issue for you. qemu-options.hx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 4bc9c85..3af60bf 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2095,18 +2095,13 @@ QEMU supports using either local sheepdog devices or remote networked devices. Syntax for specifying a sheepdog device -@table @list -``sheepdog:'' - -``sheepdog::'' - -``sheepdog::'' - -``sheepdog:::'' - -``sheepdog::::'' - -``sheepdog::::'' +@table @code +@item sheepdog: +@item sheepdog:: +@item sheepdog:: +@item sheepdog::: +@item sheepdog:::: +@item sheepdog:::: @end table Example