From: Zac Dover Date: Fri, 7 Jun 2024 01:24:00 +0000 (+1000) Subject: doc/src: add inline literals (``) to variables X-Git-Tag: v18.2.5~627^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2b0ff704cfbb09fd77dd832471c9b35922246d6a;p=ceph.git doc/src: add inline literals (``) to variables Add inline-literal RST markup (``) (double backticks) around variable names in src/common/options/global.yaml.in. This follows https://github.com/ceph/ceph/pull/57887. Signed-off-by: Zac Dover (cherry picked from commit 6cdf9439c777ecac8915189a8e38a718f5013f7a) --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index f0eaedf5af9b5..620c2e6112e73 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -104,8 +104,8 @@ options: - name: public_network_interface type: str level: advanced - desc: Interface name(s) from which to choose an address from a public_network to - bind to; public_network must also be specified. + desc: Interface name(s) from which to choose an address from a ``public_network`` to + bind to; ``public_network`` must also be specified. tags: - network services: @@ -135,8 +135,8 @@ options: - name: cluster_network_interface type: str level: advanced - desc: Interface name(s) from which to choose an address from a cluster_network to - bind to; cluster_network must also be specified. + desc: Interface name(s) from which to choose an address from a ``cluster_network`` to + bind to; ``cluster_network`` must also be specified. tags: - network services: