A minor fix
authorChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 17:37:33 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 17:37:33 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9260 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index 7403ecff99a888bfcbd28a72b24d83123acd912b..e34112cf6af94a7182538cb1af6574f1148db3d1 100644 (file)
@@ -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.