diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:12:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:12:05 +0000 |
commit | 7c2b126a0e38140d88634f1ac3a7088d0fd3ca62 (patch) | |
tree | 699a648a1905528e51a7d4e445791dc69e179aff /llvm/docs/CommandGuide/analyze.html | |
parent | c2386da9151e76bab104fa4f09e9cb0389405ece (diff) | |
download | bcm5719-llvm-7c2b126a0e38140d88634f1ac3a7088d0fd3ca62.tar.gz bcm5719-llvm-7c2b126a0e38140d88634f1ac3a7088d0fd3ca62.zip |
Consistently set the background color
Change the footer to include "maintained by"
llvm-svn: 8938
Diffstat (limited to 'llvm/docs/CommandGuide/analyze.html')
-rw-r--r-- | llvm/docs/CommandGuide/analyze.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/analyze.html b/llvm/docs/CommandGuide/analyze.html index 2f32036fa4c..9d73e8678e0 100644 --- a/llvm/docs/CommandGuide/analyze.html +++ b/llvm/docs/CommandGuide/analyze.html @@ -3,7 +3,7 @@ LLVM: analyze tool </title> -<body> +<body bgcolor=white> <center> <h1>LLVM: analyze tool</h1> @@ -86,7 +86,7 @@ SEE ALSO opt <HR> -<a href="http://llvm.cs.uiuc.edu">LLVM Team</a> +Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>. </body> </html> |