]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: Fix unterminated inline literal in ceph-conf.rst 64170/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 03:34:50 +0000 (11:34 +0800)
committerZac Dover <zac.dover@proton.me>
Wed, 25 Jun 2025 08:41:52 +0000 (18:41 +1000)
commit9855af384846ce8827e3291e00e6f381cc87e919
tree60a39935e5d1bbdbad9ddf25e56f9b4c66fc2e85
parentf7d21de201efcdfd7b7d8046597b320e9e096bbd
doc: Fix unterminated inline literal in ceph-conf.rst

Add missing space after closing backticks to properly terminate inline literal.

Sphinx was generating a warning due to an unterminated inline literal
string:

```
/home/kefu/dev/ceph/doc/rados/configuration/ceph-conf.rst:320: WARNING: Inline literal start-string without end-string.
```

This fix ensures the inline literal is properly closed and eliminates the
build warning.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 7f79f3d6aa7f71c9b2434b843036a3f1da660231)
doc/rados/configuration/ceph-conf.rst