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/tls.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/tls.rst')
-rw-r--r-- | docs/system/tls.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/tls.rst b/docs/system/tls.rst index b0973afe1b..1a04674362 100644 --- a/docs/system/tls.rst +++ b/docs/system/tls.rst @@ -311,7 +311,7 @@ containing one or more usernames and random keys:: mkdir -m 0700 /tmp/keys psktool -u rich -p /tmp/keys/keys.psk -TLS-enabled servers such as qemu-nbd can use this directory like so:: +TLS-enabled servers such as ``qemu-nbd`` can use this directory like so:: qemu-nbd \ -t -x / \ |