All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 1/2] chunkd: fix examples in documentation
Date: Thu, 10 Sep 2009 22:44:35 -0600	[thread overview]
Message-ID: <20090910224435.54523965@redhat.com> (raw)

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

             reply	other threads:[~2009-09-11  4:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-11  4:44 Pete Zaitcev [this message]
2009-09-15 22:19 ` [Patch 1/2] chunkd: fix examples in documentation Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090910224435.54523965@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.