]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/common: Fix formatting in options/rgw.yaml.in 65983/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 17 Oct 2025 06:42:57 +0000 (13:42 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 7 Nov 2025 18:25:40 +0000 (01:25 +0700)
commit83c3e2a84b384b97bf29a91600c343415879933d
tree86b7fe7cd6f36bc5a52759aa6e16759987075872
parent370f94e9b018e9c651309c5b7efee1c36cb789e1
src/common: Fix formatting in options/rgw.yaml.in

Fix single backticks to double backticks to properly end the inline
preformatted formatting. Fixes the formatting overflowing until the next
occurrence of double backticks seen in rendered docs, URL:
https://docs.ceph.com/en/latest/radosgw/config-ref/#confval-rgw_scheduler_type

Add full stops that seemed to be missing in desc attribute.
Use singular word "value" in desc attribute when there's only one
possible other value.

Remove unnecessary "the".

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
src/common/options/rgw.yaml.in