[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 19 12:38:17 PDT 2003


Changes in directory llvm/docs/CommandGuide:

bugpoint.html updated: 1.16 -> 1.17

---
Log message:

A minor fix


---
Diffs of the changes:  (+1 -1)

Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.16 llvm/docs/CommandGuide/bugpoint.html:1.17
--- llvm/docs/CommandGuide/bugpoint.html:1.16	Sun Oct 19 12:37:12 2003
+++ llvm/docs/CommandGuide/bugpoint.html	Sun Oct 19 12:37:33 2003
@@ -145,7 +145,7 @@
 <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.
 





More information about the llvm-commits mailing list