From 7b414bc51216ccddaaafa939d22eac281e291d0a Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Wed, 7 Sep 2016 01:13:39 +0200 Subject: [PATCH] doc: fix typo of GALLIUM_HUD_TOGGLE_SIGNAL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In the original commit message in 56a1c10 it was wrongly used too: - env GALLIUM_HUD_SIGNAL_TOGGLE: toggle visibility via signal Reviewed-by: Nicolai Hähnle --- docs/envvars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/envvars.html b/docs/envvars.html index 6d79398e1df..789f5e91523 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -215,7 +215,7 @@ Mesa EGL supports different sets of environment variables. See the
  • GALLIUM_HUD_TOGGLE_SIGNAL - toggle visibility via user specified signal. 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_SIGNAL_TOGGLE to 10 (SIGUSR1). + GALLIUM_HUD_VISIBLE to false and GALLIUM_HUD_TOGGLE_SIGNAL to 10 (SIGUSR1). Use kill -10 to toggle the hud as desired.
  • GALLIUM_LOG_FILE - specifies a file for logging all errors, warnings, etc. rather than stderr. -- 2.11.0