2013-04-21 00:10:19 +00:00
|
|
|
From f76e7a03ac948a7649878d7ddbb02ace0f6e3625 Mon Sep 17 00:00:00 2001
|
2013-02-20 17:18:15 +00:00
|
|
|
From: Cole Robinson <crobinso@redhat.com>
|
|
|
|
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 <crobinso@redhat.com>
|
|
|
|
---
|
|
|
|
qemu-options.hx | 19 +++++++------------
|
|
|
|
1 file changed, 7 insertions(+), 12 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/qemu-options.hx b/qemu-options.hx
|
2013-04-21 00:10:19 +00:00
|
|
|
index 15dc29e..470c2b4 100644
|
2013-02-20 17:18:15 +00:00
|
|
|
--- a/qemu-options.hx
|
|
|
|
+++ b/qemu-options.hx
|
2013-04-21 00:10:19 +00:00
|
|
|
@@ -2092,18 +2092,13 @@ QEMU supports using either local sheepdog devices or remote networked
|
2013-02-20 17:18:15 +00:00
|
|
|
devices.
|
|
|
|
|
|
|
|
Syntax for specifying a sheepdog device
|
|
|
|
-@table @list
|
|
|
|
-``sheepdog:<vdiname>''
|
|
|
|
-
|
|
|
|
-``sheepdog:<vdiname>:<snapid>''
|
|
|
|
-
|
|
|
|
-``sheepdog:<vdiname>:<tag>''
|
|
|
|
-
|
|
|
|
-``sheepdog:<host>:<port>:<vdiname>''
|
|
|
|
-
|
|
|
|
-``sheepdog:<host>:<port>:<vdiname>:<snapid>''
|
|
|
|
-
|
|
|
|
-``sheepdog:<host>:<port>:<vdiname>:<tag>''
|
|
|
|
+@table @code
|
|
|
|
+@item sheepdog:<vdiname>
|
|
|
|
+@item sheepdog:<vdiname>:<snapid>
|
|
|
|
+@item sheepdog:<vdiname>:<tag>
|
|
|
|
+@item sheepdog:<host>:<port>:<vdiname>
|
|
|
|
+@item sheepdog:<host>:<port>:<vdiname>:<snapid>
|
|
|
|
+@item sheepdog:<host>:<port>:<vdiname>:<tag>
|
|
|
|
@end table
|
|
|
|
|
|
|
|
Example
|