Re: [Qemu-devel] [PATCH] docs: Fix generating qemu-doc.html with texinfo 5

2013-02-21 Thread Stefan Hajnoczi
On Wed, Feb 20, 2013 at 12:20:31PM -0500, Cole Robinson wrote:
> 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-sta...@nongnu.org
> Signed-off-by: Cole Robinson 
> ---
>  qemu-options.hx | 19 +++
>  1 file changed, 7 insertions(+), 12 deletions(-)

I just sent a duplicate patch.  Please ignore mine.

Stefan



Re: [Qemu-devel] [PATCH] docs: Fix generating qemu-doc.html with texinfo 5

2013-02-20 Thread Markus Armbruster
Cole Robinson  writes:

> 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-sta...@nongnu.org
> Signed-off-by: Cole Robinson 

Reviewed-by: Markus Armbruster 



[Qemu-devel] [PATCH] docs: Fix generating qemu-doc.html with texinfo 5

2013-02-20 Thread Cole Robinson
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-sta...@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 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
-- 
1.8.1.2