Put change to rbd manpage in .rst instead, update man/ from output

This commit is contained in:
Dan Mick 2012-05-02 11:46:32 -07:00
parent ee26c5d73a
commit 31fb8f97b6
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.