From 73a19fcd54b507daf04ede4e15d6562246bf6360 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Wed, 10 Mar 2010 13:56:44 +0000
Subject: [PATCH] Fix man build error on older distributions

Passing <quote> rather than ' avoids having special characters at the
beginning of the line, which man doesn't like.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 man/gnt-instance.sgml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index 9651fff6f..9fbfe47b9 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -331,11 +331,13 @@
                 </simpara>
 
                 <simpara>
-                  For KVM the boot order is either 'cdrom' 'disk' or
-                  'network'. Please note that older versions of KVM
-                  couldn't netboot from virtio interfaces. This has
-                  been fixed in more recent versions and is confirmed
-                  to work at least with qemu-kvm 0.11.1.
+                  For KVM the boot order is either
+                  <quote>cdrom</quote>, <quote>disk</quote> or
+                  <quote>network</quote>. Please note that older
+                  versions of KVM couldn't netboot from virtio
+                  interfaces. This has been fixed in more recent
+                  versions and is confirmed to work at least with
+                  qemu-kvm 0.11.1.
                 </simpara>
 
               </listitem>
-- 
GitLab