From c816081eea2865d04bc67950e79ec7e8b143b88d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 17 Sep 2022 13:09:20 +0200 Subject: [PATCH] docs: fixup broken rst syntax Seems I messed this up when converting things, and nobody noticed until now! Fixes: d4397c00485 ("docs: use envvar role for envvars") Reviewed-by: Yonggang Luo Part-of: --- docs/envvars.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 0a6aa46d4f5..a8f0f12ccdf 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -609,17 +609,17 @@ LLVMpipe driver environment variables VMware SVGA driver environment variables ---------------------------------------- -:envvar`SVGA_FORCE_SWTNL` +:envvar:`SVGA_FORCE_SWTNL` force use of software vertex transformation -:envvar`SVGA_NO_SWTNL` +:envvar:`SVGA_NO_SWTNL` don't allow software vertex transformation fallbacks (will often result in incorrect rendering). -:envvar`SVGA_DEBUG` +:envvar:`SVGA_DEBUG` for dumping shaders, constant buffers, etc. See the code for details. -:envvar`SVGA_EXTRA_LOGGING` +:envvar:`SVGA_EXTRA_LOGGING` if set, enables extra logging to the ``vmware.log`` file, such as the OpenGL program's name and command line arguments. -:envvar`SVGA_NO_LOGGING` +:envvar:`SVGA_NO_LOGGING` if set, disables logging to the ``vmware.log`` file. This is useful when using Valgrind because it otherwise crashes when initializing the host log feature.