diff options
author | Philippe Mathieu-Daudé | 2021-11-18 20:27:44 +0100 |
---|---|---|
committer | Thomas Huth | 2021-11-22 15:02:38 +0100 |
commit | c5ba62195427d65a44472901cff3dddffc14b3b3 (patch) | |
tree | 4fa80766f3a461aec85f3ee70279d908056aa693 /docs/system/images.rst | |
parent | docs: Use double quotes instead of single quotes for COLO (diff) | |
download | qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.tar.gz qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.tar.xz qemu-c5ba62195427d65a44472901cff3dddffc14b3b3.zip |
docs: Render binary names as monospaced text
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211118192744.64325-1-philmd@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/system/images.rst')
-rw-r--r-- | docs/system/images.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/images.rst b/docs/system/images.rst index 3d9144e625..d000bd6b6f 100644 --- a/docs/system/images.rst +++ b/docs/system/images.rst @@ -20,7 +20,7 @@ where myimage.img is the disk image filename and mysize is its size in kilobytes. You can add an ``M`` suffix to give the size in megabytes and a ``G`` suffix for gigabytes. -See the qemu-img invocation documentation for more information. +See the ``qemu-img`` invocation documentation for more information. .. _disk_005fimages_005fsnapshot_005fmode: |