diff options
author | Yao Qi <yao@codesourcery.com> | 2013-11-22 09:28:42 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-11-24 11:11:39 +0800 |
commit | 6dd315bae39eb29b75df2f202f087331733a39df (patch) | |
tree | 647eb9886d51f0834b55089a2a94d5b3ffa2bcb1 | |
parent | c1ea7c017e0a18f3e2a81d863593b3a27cd02d60 (diff) | |
download | gdb-6dd315bae39eb29b75df2f202f087331733a39df.zip gdb-6dd315bae39eb29b75df2f202f087331733a39df.tar.gz gdb-6dd315bae39eb29b75df2f202f087331733a39df.tar.bz2 |
Write "ON" and "OFF" in lower case in GDB doc.
gdb/doc:
2013-11-24 Yao Qi <yao@codesourcery.com>
* gdb.texinfo (Caching Target Data): Replace "ON" with "on".
(Maintenance Commands): Replace "ON" and "OFF" with "on" and
"off" respectively.
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 92c4a76..7ec3f61 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-11-24 Yao Qi <yao@codesourcery.com> + + * gdb.texinfo (Caching Target Data): Replace "ON" with "on". + (Maintenance Commands): Replace "ON" and "OFF" with "on" and + "off" respectively. + 2013-11-23 Yao Qi <yao@codesourcery.com> * gdb.texinfo (GDB/MI Variable Objects): Add the description diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 378f9e9..830a156 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10860,8 +10860,8 @@ Show the current state of the obsolete remotecache flag. @kindex set stack-cache @item set stack-cache on @itemx set stack-cache off -Enable or disable caching of stack accesses. When @code{ON}, use -caching. By default, this option is @code{ON}. +Enable or disable caching of stack accesses. When @code{on}, use +caching. By default, this option is @code{on}. @kindex show stack-cache @item show stack-cache @@ -37537,7 +37537,7 @@ compiled with the @samp{-pg} compiler option. @item maint set show-debug-regs @itemx maint show show-debug-regs Control whether to show variables that mirror the hardware debug -registers. Use @code{ON} to enable, @code{OFF} to disable. If +registers. Use @code{on} to enable, @code{off} to disable. If enabled, the debug registers values are shown when @value{GDBN} inserts or removes a hardware breakpoint or watchpoint, and when the inferior triggers a hardware-assisted breakpoint or watchpoint. |