From patchwork Thu Feb 21 09:13:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: doc: fix sheepdog invalid texi @table @list syntax Date: Wed, 20 Feb 2013 23:13:33 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 222212 Message-Id: <1361438013-18995-1-git-send-email-stefanha@redhat.com> To: Cc: Fred Bezies , Markus Armbruster , Stefan Hajnoczi 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