]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix rbd map format in rbd manpage
authorChengwei Yang <yangchengwei@qiyi.com>
Thu, 11 Aug 2016 01:19:39 +0000 (09:19 +0800)
committerChengwei Yang <yangchengwei@qiyi.com>
Thu, 11 Aug 2016 01:19:39 +0000 (09:19 +0800)
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
doc/man/8/rbd.rst

index 87ec0f3c71da9af3cd443482a1c84402cff80240..85f9c8616d680c0403234efa4a01a0143a4b658a 100644 (file)
@@ -510,9 +510,9 @@ To map an image via the kernel with cephx enabled::
 
        rbd map mypool/myimage --id admin --keyfile secretfile
 
-To map an image via the kernel with different cluster name other than default *ceph*.
+To map an image via the kernel with different cluster name other than default *ceph*::
 
-       rbd map mypool/myimage --cluster *cluster name*
+       rbd map mypool/myimage --cluster cluster name
 
 To unmap an image::