diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:36 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:30 -0600 |
commit | 210a27d8c33634c6b676a8a1d35d5fec98213181 (patch) | |
tree | 572c8613bfcbc31b48f79b3cb6656f5bfc9fc5f9 /docs/envvars.html | |
parent | cc4188895be5525fa15c8b64b8338f901eda82fc (diff) |
docs: prefer lowercase html tags
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index ee0a37d49bd..fffb50a4718 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -16,7 +16,7 @@ sometimes be useful for debugging end-user issues. </p> -<H2>LibGL environment variables</H2> +<h2>LibGL environment variables</h2> <ul> <li>LIBGL_DEBUG - If defined debug information will be printed to stderr. @@ -29,7 +29,7 @@ sometimes be useful for debugging end-user issues. -<H2>Core Mesa environment variables</H2> +<h2>Core Mesa environment variables</h2> <ul> <li>MESA_NO_ASM - if set, disables all assembly language optimizations @@ -71,11 +71,11 @@ if it's higher than what's normally reported. (for developers only) </ul> -<H2>Mesa Xlib driver environment variables</H2> +<h2>Mesa Xlib driver environment variables</h2> <p> The following are only applicable to the Mesa Xlib software driver. -See the <A HREF="xlibdriver.html">Xlib software driver page</A> for details. +See the <a href="xlibdriver.html">Xlib software driver page</a> for details. </p> <ul> <li>MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode |