diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-19 17:37:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-19 17:37:33 +0000 |
commit | d46f945b43b206ab034d7545a13114c6b5596933 (patch) | |
tree | 1e8f9227890ac0843ff9e2fa3ff3243df32ee4d6 /llvm/docs/CommandGuide/bugpoint.html | |
parent | c852194dec06f527e3b304bb124a36bb4b2b4d9b (diff) | |
download | bcm5719-llvm-d46f945b43b206ab034d7545a13114c6b5596933.tar.gz bcm5719-llvm-d46f945b43b206ab034d7545a13114c6b5596933.zip |
A minor fix
llvm-svn: 9260
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 7403ecff99a..e34112cf6af 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -145,7 +145,7 @@ non-obvious ways. Here are some hints and tips:<p> <li><tt>bugpoint</tt> can generate a lot of output and run for a long period of time. It is often useful to capture the output of the program to file. For example, in the C shell, you can type:<br> - <tt>bugpoint ..... |& tee bugpoint.log</tt> + <tt>bugpoint ..... |& tee bugpoint.log</tt> <br>to get a copy of <tt>bugpoint</tt>'s output in the file <tt>bugpoint.log</tt>, as well as on your terminal. |