diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-12 09:05:15 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-12 08:03:29 -0600 |
commit | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (patch) | |
tree | 440bfc7f7b362c6fd1462a4ea21734346027c299 /docs/llvmpipe.html | |
parent | ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 (diff) |
docs: escape special html chars
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r-- | docs/llvmpipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 13eb92473f..87d1fd44d3 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -127,7 +127,7 @@ need to ask, don't even try it. To profile llvmpipe you should pass the options <pre> - scons build=profile <same-as-before> + scons build=profile <same-as-before> </pre> This will ensure that frame pointers are used both in C and JIT functions, and |