From ad15f39e7d6bb9b5d96d0ada0c42d23a7b7c9a49 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 13:08:10 +0200 Subject: [PATCH] docs: spell out "environment variable" Reviewed-by: David Heidelberg Part-of: --- docs/perf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/perf.rst b/docs/perf.rst index 94299c55082..b4ac1c76a54 100644 --- a/docs/perf.rst +++ b/docs/perf.rst @@ -40,5 +40,5 @@ Performance tips for software rendering: start your X server with startx -- -bpp 32 instead of startx -- -bpp 24 #. Try disabling dithering with the MESA_NO_DITHER environment variable. - If this env var is defined Mesa will disable dithering and the - command glEnable(GL_DITHER) will be ignored. + If this environment variable is defined Mesa will disable dithering + and the command glEnable(GL_DITHER) will be ignored.