docs/egl: Add missing backticks

Signed-off-by: Hubert Jasudowicz <hubert.jasudowicz@gmail.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11240>
This commit is contained in:
Hubert Jasudowicz 2021-06-08 11:09:03 +02:00 committed by Marge Bot
parent abd3421525
commit 9d772a545a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ EGL Drivers
``egl_dri2``
This driver supports several platforms: ``android``, ``device``,
``drm, ``surfaceless``, ``wayland`` and ``x11``. It functions as
``drm``, ``surfaceless``, ``wayland`` and ``x11``. It functions as
a DRI driver loader. For ``x11`` support, it talks to the X server
directly using (XCB-)DRI3 protocol when available, and falls back to
DRI2 if necessary (can be forced with ``LIBGL_DRI3_DISABLE``).