qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-stable] [PATCH for-1.4.y] docs: Fix generating qemu-doc.html with


From: Cole Robinson
Subject: [Qemu-stable] [PATCH for-1.4.y] docs: Fix generating qemu-doc.html with texinfo 5
Date: Wed, 15 May 2013 17:56:22 -0400

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

This is for 1.4 stable only; master isn't affected, as it was fixed by
another commit (which isn't appropriate for stable):

commit 5d6768e3b8908a60f0a3016b7fa24194f6b47c80
Author: MORITA Kazutaka <address@hidden>
Date:   Fri Feb 22 12:39:51 2013 +0900

    sheepdog: accept URIs

Signed-off-by: Cole Robinson <address@hidden>
---
 qemu-options.hx | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 15dc29e..470c2b4 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2092,18 +2092,13 @@ QEMU supports using either local sheepdog devices or 
remote networked
 devices.
 
 Syntax for specifying a sheepdog device
address@hidden @list
-``sheepdog:<vdiname>''
-
-``sheepdog:<vdiname>:<snapid>''
-
-``sheepdog:<vdiname>:<tag>''
-
-``sheepdog:<host>:<port>:<vdiname>''
-
-``sheepdog:<host>:<port>:<vdiname>:<snapid>''
-
-``sheepdog:<host>:<port>:<vdiname>:<tag>''
address@hidden @code
address@hidden sheepdog:<vdiname>
address@hidden sheepdog:<vdiname>:<snapid>
address@hidden sheepdog:<vdiname>:<tag>
address@hidden sheepdog:<host>:<port>:<vdiname>
address@hidden sheepdog:<host>:<port>:<vdiname>:<snapid>
address@hidden sheepdog:<host>:<port>:<vdiname>:<tag>
 @end table
 
 Example
-- 
1.8.2.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]