xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Fix minor error in xm man page
@ 2013-07-05 16:30 George Dunlap
  2013-07-15 13:59 ` George Dunlap
  2013-07-17  9:50 ` Ian Campbell
  0 siblings, 2 replies; 3+ messages in thread
From: George Dunlap @ 2013-07-05 16:30 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Ian Jackson, Ian Campbell, Jan Beulich

xm block-attach takes "r" as read-only, not "ro".

This is a backport candidate for 4.3, and probably others.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Ian Jackson <ian.jackson@citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
---
 docs/man/xm.pod.1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 4d47388..973de95 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -900,7 +900,7 @@ B<EXAMPLES>
 
 =item I<Mount an ISO as a Disk>
 
-xm block-attach guestdomain file://path/to/dsl-2.0RC2.iso /dev/hdc ro
+xm block-attach guestdomain file://path/to/dsl-2.0RC2.iso /dev/hdc r
 
 This will mount the dsl ISO as /dev/hdc in the guestdomain as a read
 only device.  This will probably not be detected as a CD-ROM by the
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-17  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 16:30 [PATCH] docs: Fix minor error in xm man page George Dunlap
2013-07-15 13:59 ` George Dunlap
2013-07-17  9:50 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).