diff options
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index aeb5ff28478..89563e36361 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -34,7 +34,7 @@ sometimes be useful for debugging end-user issues. <li>LIBGL_NO_DRAWARRAYS - if set do not use DrawArrays GLX protocol (for debugging) <li>LIBGL_SHOW_FPS - print framerate to stdout based on the number of glXSwapBuffers calls per second. -<li>LIBGL_DRI3_DISABLE - disable DRI3 if set (the value does not matter) +<li>LIBGL_DRI3_DISABLE - disable DRI3 if set to `true`. </ul> |