aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xm.pod.1
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-10 16:59:57 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-10 16:59:57 +0000
commitdce5dbf05162c7f1eee7cee49596d2b54424d318 (patch)
tree9320c93148d94e0a122352e4da69f35ef54c864a /docs/man/xm.pod.1
parent505ef3ea86870bb8a35533ec9d446f98a6b61ea6 (diff)
downloadxen-dce5dbf05162c7f1eee7cee49596d2b54424d318.tar.gz
xen-dce5dbf05162c7f1eee7cee49596d2b54424d318.tar.bz2
xen-dce5dbf05162c7f1eee7cee49596d2b54424d318.zip
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@redhat.com>
Diffstat (limited to 'docs/man/xm.pod.1')
-rw-r--r--docs/man/xm.pod.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 3cd8b80ac6..90dab93d9a 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -619,7 +619,7 @@ devices, or by device id, such as 0x1400 (/dev/hdc device id in hex).
=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>