diff options
author | Yao Qi <yao@codesourcery.com> | 2013-11-20 11:38:49 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-11-21 10:33:39 +0800 |
commit | 27b81af3ea740c4fc562b19916f70d251d8fe300 (patch) | |
tree | d9ad96f3d4784f75a1efba85939ad751b75c4b06 | |
parent | ebcf782c74daac92736b4c70098d36b0bc084417 (diff) | |
download | gdb-27b81af3ea740c4fc562b19916f70d251d8fe300.zip gdb-27b81af3ea740c4fc562b19916f70d251d8fe300.tar.gz gdb-27b81af3ea740c4fc562b19916f70d251d8fe300.tar.bz2 |
s/see @pxref/@pxref in doc
Looks "see" is unnecessary before @pxref.
gdb/doc:
2013-11-21 Yao Qi <yao@codesourcery.com>
* gdb.texinfo (Caching Target Data): Remove "see" before
@pxref.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 207b845..87df810 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-21 Yao Qi <yao@codesourcery.com> + + * gdb.texinfo (Caching Target Data): Remove "see" before + @pxref. + 2013-11-20 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Caching Target Data): Update doc for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d854f46..d1fa6c8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10844,7 +10844,7 @@ rare for a running thread to modify the stack of a stopped thread in a way that would interfere with a backtrace, and caching of stack reads provides a significant speed up of remote backtraces.}. Other regions of memory can be explicitly marked as -cacheable; see @pxref{Memory Region Attributes}. +cacheable; @pxref{Memory Region Attributes}. @table @code @kindex set remotecache |