]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/src: add inline literals (``) to variables 57923/head
authorZac Dover <zac.dover@proton.me>
Fri, 7 Jun 2024 01:24:00 +0000 (11:24 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 7 Jun 2024 01:24:00 +0000 (11:24 +1000)
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 <zac.dover@proton.me>
src/common/options/global.yaml.in

index 7366bbb31c645b68caf500ed0b9bb17cf6a6c1d6..a83cc5894e72279a5cfd3ab2ad897ce5f02767d6 100644 (file)
@@ -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: