From e99e734b27d46444f5bd8f6d085b4e3f19002b09 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Oct 2003 17:37:33 +0000 Subject: [PATCH] A minor fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9260 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 7403ecff99a..e34112cf6af 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -145,7 +145,7 @@ non-obvious ways. Here are some hints and tips:

  • bugpoint 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:
    - bugpoint ..... |& tee bugpoint.log + bugpoint ..... |& tee bugpoint.log
    to get a copy of bugpoint's output in the file bugpoint.log, as well as on your terminal.