From 2d1d9b0158d6a3bb8dfbf436deaa19c1f1a845b4 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 7 Jun 2024 11:24:00 +1000 Subject: [PATCH] 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) --- src/common/options/global.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index a0ebf3576c9bf..b87544137a36e 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: -- 2.39.5