]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
doc: Fix unterminated inline literal in ceph-conf.rst
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 03:34:50 +0000 (11:34 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 04:25:03 +0000 (12:25 +0800)
commit7f79f3d6aa7f71c9b2434b843036a3f1da660231
tree9e42acca7d8658e294d160570eb8d48fb56a8a04
parent0e4eb9936c7beb9c6847cb896dbb12c5b6dfe781
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>
doc/rados/configuration/ceph-conf.rst