From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: [PATCH] docs: Fix minor error in xm man page Date: Fri, 5 Jul 2013 17:30:44 +0100 Message-ID: <1373041844-6075-1-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: George Dunlap , Ian Jackson , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org 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 CC: Ian Campbell CC: Ian Jackson CC: Jan Beulich --- 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 =item I -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