docs: fix html end/start tags

for more well-formed html

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Andreas Boll
2012-06-12 09:05:22 +02:00
committed by Brian Paul
parent 703a662c15
commit df2be226d9
23 changed files with 45 additions and 43 deletions

View File

@@ -21,10 +21,10 @@ This results in all the Mesa functions being prefixed with
To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE.
Add the flag to CFLAGS in the configuration file which you want to use.
For example:
</p>
<pre>
CFLAGS += -DUSE_MGL_NAMESPACE
</pre>
</p>
</body>