aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-02-28 09:28:21 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-02-28 09:28:21 +0000
commit81896e36e82ae1d86cdcdb011021860eb3fb7049 (patch)
treefa973fb9e729b33379007f42bb2eceb5a0930813
parent6dcd556514073ea772139c1e623d5c889269d363 (diff)
downloadfsf-binutils-gdb-81896e36e82ae1d86cdcdb011021860eb3fb7049.zip
fsf-binutils-gdb-81896e36e82ae1d86cdcdb011021860eb3fb7049.tar.gz
fsf-binutils-gdb-81896e36e82ae1d86cdcdb011021860eb3fb7049.tar.bz2
gdb/doc/
* gdb.texinfo (Starting and Stopping Trace Experiments): Fix circular-trace-buffer name.
-rw-r--r--gdb/doc/ChangeLog3
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index c77ff26..d5d29a7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -2,6 +2,9 @@
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
+ * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
+ circular-trace-buffer name.
+
2011-02-28 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Inferiors and Programs): Fix small error introduced
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1b353c4..a5eaa72 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -10469,7 +10469,7 @@ frames, oldest first, until there is enough room to continue
collecting. This is especially useful if your tracepoints are being
hit too often, and your trace gets terminated prematurely because the
buffer is full. To ask for a circular trace buffer, simply set
-@samp{circular_trace_buffer} to on. You can set this at any time,
+@samp{circular-trace-buffer} to on. You can set this at any time,
including during tracing; if the agent can do it, it will change
buffer handling on the fly, otherwise it will not take effect until
the next run.