]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add spacing to subcommand references 24669/head
authorJames McClune <falcon78921@users.noreply.github.com>
Fri, 19 Oct 2018 04:34:54 +0000 (00:34 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Oct 2018 04:34:54 +0000 (00:34 -0400)
Added appropriate spacing for subcommand
code references.

Fixes: https://tracker.ceph.com/issues/36527
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
doc/man/8/ceph.rst

index 4bd7d118865617a0c7869ccdbe7cc1f47eb656b8..f21296ff38fe391864cd51068b727f70bb4a0981 100644 (file)
@@ -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 <pool-name> <app> {--yes-i-really-mean-it}
 
 Subcommand ``enable`` adds an annotation to the given pool for the mentioned
 application.
 
 Usage::
+
         ceph osd pool application enable <pool-name> <app> {--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 {<pool-name>} {<app>} {<key>}
 
 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 <pool-name> <app> <key>
 
 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 <pool-name> <app> <key> <value>
 
 Subcommand ``primary-affinity`` adjust osd primary-affinity from 0.0 <=<weight>