From f44bd88c9dd3b83dccbf0fa1f04b2a7dcec03615 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 11 Jan 2023 13:15:38 +0100 Subject: [PATCH] docs: fixup envvar-directive syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This directive needs a newline following it to render correctly. While we're at it, fixup the incorrect indent for one of the descriptions. Fixes: 0c58ad3e321 ("docs: use envvar directive more") Reviewed-by: Marcin Ĺšlusarz Part-of: --- docs/envvars.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 9bb3f70a6f4..bec4c91451f 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -550,6 +550,7 @@ Intel driver environment variables assembly. .. envvar:: INTEL_SIMD_DEBUG + a comma-separated list of named flags, which control simd dispatch widths: ``fs8`` @@ -1492,8 +1493,9 @@ PowerVR driver environment variables ------------------------------------------------ .. envvar:: PVR_DEBUG - A comma-separated list of debug options. Use `PVR_DEBUG=help` to - print a list of available options. + + A comma-separated list of debug options. Use `PVR_DEBUG=help` to + print a list of available options. Other Gallium drivers have their own environment variables. These may change frequently so the source code should be consulted for details.