* [Patch 1/2] chunkd: fix examples in documentation
@ 2009-09-11 4:44 Pete Zaitcev
2009-09-15 22:19 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-09-11 4:44 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
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 <zaitcev@redhat.com>
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch 1/2] chunkd: fix examples in documentation
2009-09-11 4:44 [Patch 1/2] chunkd: fix examples in documentation Pete Zaitcev
@ 2009-09-15 22:19 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-09-15 22:19 UTC (permalink / raw)
To: Pete Zaitcev; +Cc: Project Hail List
On 09/11/2009 12:44 AM, Pete Zaitcev wrote:
> 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<zaitcev@redhat.com>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-15 22:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 4:44 [Patch 1/2] chunkd: fix examples in documentation Pete Zaitcev
2009-09-15 22:19 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.