[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Oct 19 12:38:01 PDT 2003
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.15 -> 1.16
---
Log message:
Take out extra paragraph tag.
---
Diffs of the changes: (+1 -1)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.15 llvm/docs/CommandGuide/bugpoint.html:1.16
--- llvm/docs/CommandGuide/bugpoint.html:1.15 Sun Oct 19 12:35:35 2003
+++ llvm/docs/CommandGuide/bugpoint.html Sun Oct 19 12:37:12 2003
@@ -147,7 +147,7 @@
example, in the C shell, you can type:<br>
<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.<p>
+ <tt>bugpoint.log</tt>, as well as on your terminal.
<li><tt>bugpoint</tt> cannot debug problems with the linker. If
<tt>bugpoint</tt> crashes before you see its "All input ok" message,
More information about the llvm-commits
mailing list