From: Andres Gomez Date: Mon, 9 Apr 2018 10:32:43 +0000 (+0300) Subject: docs: properly escape characters X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a055f5108dfb26522266095d9beb72857d2051f4;p=mesa.git docs: properly escape characters Signed-off-by: Andres Gomez --- 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 to toggle the hud as desired. + Use kill -10 <pid> to toggle the hud as desired.
  • GALLIUM_HUD_DUMP_DIR - specifies a directory for writing the displayed hud values into files.
  • GALLIUM_DRIVER - useful in combination with LIBGL_ALWAYS_SOFTWARE=true for