doc: fix typo of GALLIUM_HUD_TOGGLE_SIGNAL
authorChristoph Haag <haagch+mesa@frickel.club>
Tue, 6 Sep 2016 23:13:39 +0000 (01:13 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 8 Sep 2016 18:19:35 +0000 (20:19 +0200)
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 <nicolai.haehnle@amd.com>
docs/envvars.html

index 6d79398e1dfb41f42a620d158d4d30422c6afa43..789f5e91523584c5ff595d6f01f85d160717473b 100644 (file)
@@ -215,7 +215,7 @@ Mesa EGL supports different sets of environment variables.  See the
 <li>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 <pid> to toggle the hud as desired.
 <li>GALLIUM_LOG_FILE - specifies a file for logging all errors, warnings, etc.
     rather than stderr.