From 82e928c6a35f3c429c0b12c917468ac4c475fed5 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 11 Aug 2016 09:19:39 +0800 Subject: [PATCH] doc: fix rbd map format in rbd manpage Signed-off-by: Chengwei Yang --- doc/man/8/rbd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 87ec0f3c71da9..85f9c8616d680 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -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:: -- 2.39.5