[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Simple fix to the man page for xm block-attach.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1173545997 0 # Node ID 9044a50c50ab3b30eee356a8a4273ed79a00a036 # Parent 7f624c770dbdeb37848e0d37e888585e85803427 Simple fix to 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. Signed-off-by: Chris Lalancette <clalance@xxxxxxxxxx> --- docs/man/xm.pod.1 | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 7f624c770dbd -r 9044a50c50ab docs/man/xm.pod.1 --- a/docs/man/xm.pod.1 Sat Mar 10 16:58:11 2007 +0000 +++ b/docs/man/xm.pod.1 Sat Mar 10 16:59:57 2007 +0000 @@ -619,7 +619,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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |