aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJun Koi <junkoi2004@gmail.com>2012-03-08 16:24:52 +0800
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-03-12 10:12:34 +0000
commit324883aafed5163d7669358f8051fd85f805cf0d (patch)
tree82c18c29655e52330f169522f06ee1a91471319f /docs
parentdb3bf8696358e105903b00432cad0aa50d3c0cb6 (diff)
docs: correct ./configure line in tracing.txt
This patch corrects the configure's trace option in docs/tracing.txt. Signed-off-by: Jun Koi <junkoi2004@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/tracing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt
index a92716f319..c541133368 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -9,7 +9,7 @@ for debugging, profiling, and observing execution.
1. Build with the 'simple' trace backend:
- ./configure --trace-backend=simple
+ ./configure --enable-trace-backend=simple
make
2. Create a file with the events you want to trace: