From 1b852140f347cbebdceaca44e5ce3cb8e3db702d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 20 Feb 2013 11:14:45 -0500 Subject: [PATCH] docs: Fix generating qemu-doc.html with texinfo 5 LC_ALL=C makeinfo --no-headers --no-split --number-sections --html qemu-doc.texi -o qemu-doc.html ./qemu-options.texi:1521: unknown command `list' ./qemu-options.texi:1521: table requires an argument: the formatter for @item ./qemu-options.texi:1521: warning: @table has text but no @item CC: qemu-stable@nongnu.org Signed-off-by: Cole Robinson --- qemu-options.hx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 9d7131a..1000d49 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2075,18 +2075,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