diff mbox

docs: Fix generating qemu-doc.html with texinfo 5

Message ID 97218cb913b6b91072f7e6f21d1de39ec5a137dd.1361380831.git.crobinso@redhat.com
State New
Headers show

Commit Message

Cole Robinson Feb. 20, 2013, 5:20 p.m. UTC
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(-)

Comments

Markus Armbruster Feb. 20, 2013, 5:51 p.m. UTC | #1
Cole Robinson <crobinso@redhat.com> 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-stable@nongnu.org
> Signed-off-by: Cole Robinson <crobinso@redhat.com>

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Stefan Hajnoczi Feb. 21, 2013, 9:24 a.m. UTC | #2
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-stable@nongnu.org
> Signed-off-by: Cole Robinson <crobinso@redhat.com>
> ---
>  qemu-options.hx | 19 +++++++------------
>  1 file changed, 7 insertions(+), 12 deletions(-)

I just sent a duplicate patch.  Please ignore mine.

Stefan
diff mbox

Patch

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:<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