summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mick <dan.mick@dreamhost.com>2012-05-02 11:46:32 -0700
committerDan Mick <dan.mick@dreamhost.com>2012-05-02 11:46:32 -0700
commit31fb8f97b64857f50bdb0ff155bc769a5a1f29d8 (patch)
tree90982f7e9e62ed723e6790abd924b376abe5e99b
parentee26c5d73a48b64292d16a87ebe69908c142048e (diff)
downloadceph-31fb8f97b64857f50bdb0ff155bc769a5a1f29d8.tar.gz
Put change to rbd manpage in .rst instead, update man/ from output
-rw-r--r--doc/man/8/rbd.rst2
-rw-r--r--man/rbd.84
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst
index 7069e301d96..4b7d57ed97d 100644
--- a/doc/man/8/rbd.rst
+++ b/doc/man/8/rbd.rst
@@ -94,7 +94,7 @@ Commands
Copies the content of a src-image into the newly created dest-image.
:command:`mv` [*src-image*] [*dest-image*]
- Renames an image.
+ Renames an image. Note: rename across pools is not supported.
:command:`snap` ls [*image-name*]
Dumps the list of snapshots inside a specific image.
diff --git a/man/rbd.8 b/man/rbd.8
index 82171a9e599..7599896596a 100644
--- a/man/rbd.8
+++ b/man/rbd.8
@@ -1,4 +1,4 @@
-.TH "RBD" "8" "February 17, 2012" "dev" "Ceph"
+.TH "RBD" "8" "May 02, 2012" "dev" "Ceph"
.SH NAME
rbd \- manage rados block device (RBD) images
.
@@ -116,7 +116,7 @@ Creates a new image and imports its data from path.
Copies the content of a src\-image into the newly created dest\-image.
.TP
.B \fBmv\fP [\fIsrc\-image\fP] [\fIdest\-image\fP]
-Renames an image. Note: rename across pools is unsupported.
+Renames an image. Note: rename across pools is not supported.
.TP
.B \fBsnap\fP ls [\fIimage\-name\fP]
Dumps the list of snapshots inside a specific image.