1 From f983d4978e1c49ee936ad52bf2de0c531420f5f8 Mon Sep 17 00:00:00 2001
2 From: Cole Robinson <crobinso@redhat.com>
3 Date: Wed, 20 Feb 2013 07:20:31 +0000
4 Subject: [PATCH 2/2] docs: Fix generating qemu-doc.html with texinfo 5
6 LC_ALL=C makeinfo --no-headers --no-split --number-sections --html qemu-doc.texi -o qemu-doc.html
7 ./qemu-options.texi:1521: unknown command `list'
8 ./qemu-options.texi:1521: table requires an argument: the formatter for @item
9 ./qemu-options.texi:1521: warning: @table has text but no @item
11 Upstream-Status: Pending
12 http://patchwork.ozlabs.org/patch/222131/
14 CC: qemu-stable@nongnu.org
15 Signed-off-by: Cole Robinson <crobinso@redhat.com>
16 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 Reviewed-by: Markus Armbruster <armbru@redhat.com>
19 qemu-options.hx | 19 +++++++------------
20 1 file changed, 7 insertions(+), 12 deletions(-)
22 diff --git a/qemu-options.hx b/qemu-options.hx
23 index 54bd92a..5d2d9b8 100644
26 @@ -2089,18 +2089,13 @@ QEMU supports using either local sheepdog devices or remote networked
29 Syntax for specifying a sheepdog device
31 -``sheepdog:<vdiname>''
33 -``sheepdog:<vdiname>:<snapid>''
35 -``sheepdog:<vdiname>:<tag>''
37 -``sheepdog:<host>:<port>:<vdiname>''
39 -``sheepdog:<host>:<port>:<vdiname>:<snapid>''
41 -``sheepdog:<host>:<port>:<vdiname>:<tag>''
43 +@item sheepdog:<vdiname>
44 +@item sheepdog:<vdiname>:<snapid>
45 +@item sheepdog:<vdiname>:<tag>
46 +@item sheepdog:<host>:<port>:<vdiname>
47 +@item sheepdog:<host>:<port>:<vdiname>:<snapid>
48 +@item sheepdog:<host>:<port>:<vdiname>:<tag>