]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: Fix inline formatting in ceph-bluestore-tool.rst 63330/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Sun, 18 May 2025 05:35:48 +0000 (12:35 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Sun, 18 May 2025 05:35:48 +0000 (12:35 +0700)
A space is missing between a token with emphasis and the following
token:
- Not consistent with other commands like "show-label" (has space).
- Inline formatting is rendered verbatim in the second occurrence, without
  the formatting being applied.
- Warning from Sphinx.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/man/8/ceph-bluestore-tool.rst

index caf90a990ff40cec0300a8629cef03b50b63b9eb..e720f3a4989f0544ce07b5ff78d3262b940aa6d5 100644 (file)
@@ -21,7 +21,7 @@ Synopsis
 | **ceph-bluestore-tool** allocmap    --path *osd path*
 | **ceph-bluestore-tool** restore_cfb --path *osd path*
 | **ceph-bluestore-tool** show-label --dev *device* ...
-| **ceph-bluestore-tool** show-label-at --dev *device* --offset *lba*...
+| **ceph-bluestore-tool** show-label-at --dev *device* --offset *lba* ...
 | **ceph-bluestore-tool** prime-osd-dir --dev *device* --path *osd path*
 | **ceph-bluestore-tool** bluefs-export --path *osd path* --out-dir *dir*
 | **ceph-bluestore-tool** bluefs-bdev-new-wal --path *osd path* --dev-target *new-device*
@@ -116,7 +116,7 @@ Commands
    Show device label(s).
    The label may be printed while an OSD is running.
 
-:command:`show-label-at` --dev *device* --offset *lba*[...]
+:command:`show-label-at` --dev *device* --offset *lba* [...]
 
    Show device label at specific disk location. Dedicated DB/WAL volumes have a single label at offset 0.
    Main device could have valid labels at multiple locations: 0/1GiB/10GiB/100GiB/1000GiB.