From b21e7e1ef7ba2c2cf97f073a8a01d6bc43835622 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 2 Mar 2022 13:04:40 +0100 Subject: [PATCH] docs: match build-flags markup with meson docs In meson.rst, we document build-flags with double backticks, which puts it inside a code-tag in the rendered HTML instead of a cite-tag like we currently do. Acked-by: Alyssa Rosenzweig Part-of: --- docs/macos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macos.rst b/docs/macos.rst index 1ca3f0243e6..941d5019489 100644 --- a/docs/macos.rst +++ b/docs/macos.rst @@ -16,7 +16,7 @@ hardware-accelerated system OpenGL framework, to provide hardware acceleration to X11 applications on macOS running via XQuartz. Mesa's software rasterizers also work on macOS. To build, set the build options -`-Dosmesa=true -Dglx=xlib` and select an appropriate Gallium software +``-Dosmesa=true -Dglx=xlib`` and select an appropriate Gallium software rasterizer. For native hardware, stay tuned for updates here!