summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-19 17:37:33 +0000
committerChris Lattner <sabre@nondot.org>2003-10-19 17:37:33 +0000
commitd46f945b43b206ab034d7545a13114c6b5596933 (patch)
tree1e8f9227890ac0843ff9e2fa3ff3243df32ee4d6 /llvm/docs/CommandGuide/bugpoint.html
parentc852194dec06f527e3b304bb124a36bb4b2b4d9b (diff)
downloadbcm5719-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.html2
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 ..... |&amp; 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.
OpenPOWER on IntegriCloud