From 99e0e09f0794bb727d3a298ad465ae1041397078 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Fri, 26 Apr 2024 17:07:55 -0700 Subject: Remove dangling quotes from vfio-user.rst (#795) This improves rendering on github quite a bit. Signed-off-by: David Reiss --- docs/vfio-user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vfio-user.rst b/docs/vfio-user.rst index b83b359..5921ff3 100644 --- a/docs/vfio-user.rst +++ b/docs/vfio-user.rst @@ -78,7 +78,7 @@ structures used in the ``ioctl()`` implementation. Messages derived from the ``ioctl()`` will have a name derived from the ``ioctl()`` command name. E.g., the ``VFIO_DEVICE_GET_INFO`` ``ioctl()`` command becomes a ``VFIO_USER_DEVICE_GET_INFO`` message. The purpose of this reuse is to share as -much code as feasible with the ``ioctl()`` implementation``. +much code as feasible with the ``ioctl()`` implementation. Connection Initiation ^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.1