WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH]: Documentation for xm block-attach

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH]: Documentation for xm block-attach
From: Chris Lalancette <clalance@xxxxxxxxxx>
Date: Fri, 09 Mar 2007 13:36:48 -0500
Delivery-date: Fri, 09 Mar 2007 10:36:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501)
Attached is a simple patch to update the man page for xm block-attach.  It
currently says to use "ro" or "rw" for the mode, when it seems, empirically, to
take "r" or "w" for the mode, respectively.  Update the man page to reflect 
that.

The patch is against 3.0.3, but applies to xen-unstable with an offset.

Signed-off-by: Chris Lalancette <clalance@xxxxxxxxxx>
--- xen-3.0.3_0-src/docs/man/xm.pod.1.orig      2007-03-09 12:14:59.000000000 
-0500
+++ xen-3.0.3_0-src/docs/man/xm.pod.1   2007-03-09 12:15:02.000000000 -0500
@@ -541,7 +541,7 @@ devices, or by device id, such as 0x1400
 =item I<mode>
 
 The access mode for the device from the guest domain.  Supported modes
-are I<rw> (read/write) or I<ro> (read-only).
+are I<w> (read/write) or I<r> (read-only).
 
 =item I<bedomain-id>
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>