render / rpms / qemu

Forked from rpms/qemu 5 months ago
Clone

Blame 0106-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch

55b1cb
From 1b852140f347cbebdceaca44e5ce3cb8e3db702d Mon Sep 17 00:00:00 2001
55b1cb
From: Cole Robinson <crobinso@redhat.com>
55b1cb
Date: Wed, 20 Feb 2013 11:14:45 -0500
55b1cb
Subject: [PATCH] docs: Fix generating qemu-doc.html with texinfo 5
55b1cb
55b1cb
LC_ALL=C makeinfo --no-headers --no-split --number-sections --html qemu-doc.texi -o qemu-doc.html
55b1cb
./qemu-options.texi:1521: unknown command `list'
55b1cb
./qemu-options.texi:1521: table requires an argument: the formatter for @item
55b1cb
./qemu-options.texi:1521: warning: @table has text but no @item
55b1cb
55b1cb
CC: qemu-stable@nongnu.org
55b1cb
Signed-off-by: Cole Robinson <crobinso@redhat.com>
55b1cb
---
55b1cb
 qemu-options.hx | 19 +++++++------------
55b1cb
 1 file changed, 7 insertions(+), 12 deletions(-)
55b1cb
55b1cb
diff --git a/qemu-options.hx b/qemu-options.hx
55b1cb
index 9d7131a..1000d49 100644
55b1cb
--- a/qemu-options.hx
55b1cb
+++ b/qemu-options.hx
55b1cb
@@ -2075,18 +2075,13 @@ QEMU supports using either local sheepdog devices or remote networked
55b1cb
 devices.
55b1cb
 
55b1cb
 Syntax for specifying a sheepdog device
55b1cb
-@table @list
55b1cb
-``sheepdog:<vdiname>''
55b1cb
-
55b1cb
-``sheepdog:<vdiname>:<snapid>''
55b1cb
-
55b1cb
-``sheepdog:<vdiname>:<tag>''
55b1cb
-
55b1cb
-``sheepdog:<host>:<port>:<vdiname>''
55b1cb
-
55b1cb
-``sheepdog:<host>:<port>:<vdiname>:<snapid>''
55b1cb
-
55b1cb
-``sheepdog:<host>:<port>:<vdiname>:<tag>''
55b1cb
+@table @code
55b1cb
+@item sheepdog:<vdiname>
55b1cb
+@item sheepdog:<vdiname>:<snapid>
55b1cb
+@item sheepdog:<vdiname>:<tag>
55b1cb
+@item sheepdog:<host>:<port>:<vdiname>
55b1cb
+@item sheepdog:<host>:<port>:<vdiname>:<snapid>
55b1cb
+@item sheepdog:<host>:<port>:<vdiname>:<tag>
55b1cb
 @end table
55b1cb
 
55b1cb
 Example