Our XML parser is not really, so quotes cannot be used. Fix the issue
before a user steps on it.

Signed-off-by: Pete Zaitcev <[email protected]>

diff --git a/doc/setup.txt b/doc/setup.txt
index 862237b..3b163b0 100644
--- a/doc/setup.txt
+++ b/doc/setup.txt
@@ -60,7 +60,7 @@ _cld._udp.phx2.ex.com has SRV record 10 50 8081 
maika.phx2.ex.com.
    Do not rely on it, unless you run an appartment-wide cloud cell
    or something equally limited.
 
-        <Cell>"picbak"</Cell>
+        <Cell>picbak</Cell>
 
    It's best to use only ASCII letters, numbers, dash ('-'), underscore ('_'),
    and period ('.') in cell names.
@@ -87,9 +87,9 @@ _cld._udp.phx2.ex.com has SRV record 10 50 8081 
maika.phx2.ex.com.
    to skip for small, experimental clouds.
 
        <Geo>
-               <Area>"US"</Area>
-               <Building>"MTV12"</Building>
-               <Rack>"F3R18"</Rack>
+               <Area>US</Area>
+               <Building>MTV12</Building>
+               <Rack>F3R18</Rack>
        </Geo>
 
 *) start daemon (it will put itself into the background) with the
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to