diff options
author | Andres Gomez <[email protected]> | 2018-04-09 13:32:43 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2018-04-09 13:47:40 +0300 |
commit | a055f5108dfb26522266095d9beb72857d2051f4 (patch) | |
tree | 9825b22c50bb1256269c0c544e610d39e51cebed /docs/envvars.html | |
parent | 7cf3932098aba5fefaf241e35ee276b82e6e8ec7 (diff) |
docs: properly escape characters
Signed-off-by: Andres Gomez <[email protected]>
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 24bdc5bcb8f..edc5027f33f 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -269,7 +269,7 @@ Mesa EGL supports different sets of environment variables. See the Especially useful to toggle hud at specific points of application and disable for unencumbered viewing the rest of the time. For example, set GALLIUM_HUD_VISIBLE to false and GALLIUM_HUD_TOGGLE_SIGNAL to 10 (SIGUSR1). - Use kill -10 <pid> to toggle the hud as desired. + Use kill -10 <pid> to toggle the hud as desired. <li>GALLIUM_HUD_DUMP_DIR - specifies a directory for writing the displayed hud values into files. <li>GALLIUM_DRIVER - useful in combination with LIBGL_ALWAYS_SOFTWARE=true for |