From 8372e85f52ad85751dca1dbcb6e5d0899ca5cede Mon Sep 17 00:00:00 2001 From: James McClune Date: Fri, 19 Oct 2018 00:34:54 -0400 Subject: [PATCH] doc: add spacing to subcommand references Added appropriate spacing for subcommand code references. Fixes: https://tracker.ceph.com/issues/36527 Signed-off-by: James McClune --- doc/man/8/ceph.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 4bd7d118865..f21296ff38f 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1023,12 +1023,14 @@ may or may not be some processing conducted. Subcommand ``disable`` disables the given application on the given pool. Usage:: + ceph osd pool application disable {--yes-i-really-mean-it} Subcommand ``enable`` adds an annotation to the given pool for the mentioned application. Usage:: + ceph osd pool application enable {--yes-i-really-mean-it} Subcommand ``get`` displays the value for the given key that is assosciated @@ -1037,18 +1039,21 @@ arguments would display all key-value pairs for all applications for all pools. Usage:: + ceph osd pool application get {} {} {} Subcommand ``rm`` removes the key-value pair for the given key in the given application of the given pool. Usage:: + ceph osd pool application rm Subcommand ``set`` assosciates or updates, if it already exists, a key-value pair with the given application for the given pool. Usage:: + ceph osd pool application set Subcommand ``primary-affinity`` adjust osd primary-affinity from 0.0 <= -- 2.39.5