qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/system: fix vfio-user console example format
@ 2025-10-21  9:35 Carlos López
  2025-10-21 10:05 ` John Levon
  2025-10-21 10:06 ` Cédric Le Goater
  0 siblings, 2 replies; 3+ messages in thread
From: Carlos López @ 2025-10-21  9:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Carlos López, John Levon, Thanos Makatos,
	Cédric Le Goater

The rendering for the console example for vfio-user is displayed
incorrectly because of a missing indentation, causing the example to be
shown as regular text. Fix this by adding the required indentation.

Fixes: c688cc165b32 ("docs: add vfio-user documentation")
Signed-off-by: Carlos López <clopez@suse.de>
---
 docs/system/devices/vfio-user.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/devices/vfio-user.rst b/docs/system/devices/vfio-user.rst
index b6dcaa5615..e31548b3a4 100644
--- a/docs/system/devices/vfio-user.rst
+++ b/docs/system/devices/vfio-user.rst
@@ -20,7 +20,7 @@ Presuming a suitable ``vfio-user`` server has opened a socket at
 
 .. code-block:: console
 
--device '{"driver": "vfio-user-pci","socket": {"path": "/tmp/vfio-user.sock", "type": "unix"}}'
+  -device '{"driver": "vfio-user-pci","socket": {"path": "/tmp/vfio-user.sock", "type": "unix"}}'
 
 See `libvfio-user <https://github.com/nutanix/libvfio-user/>`_ for further
 information.
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-21 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21  9:35 [PATCH] docs/system: fix vfio-user console example format Carlos López
2025-10-21 10:05 ` John Levon
2025-10-21 10:06 ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).