From: James McClune Date: Fri, 19 Oct 2018 04:34:54 +0000 (-0400) Subject: doc: add spacing to subcommand references X-Git-Tag: v14.1.0~1152^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24669%2Fhead;p=ceph.git 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 --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 4bd7d1188656..f21296ff38fe 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 <=