diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-11-12 07:31:04 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-11-12 07:31:04 +0400 |
commit | 6adcee1866fe6b700bc1cc5a9675479530af7205 (patch) | |
tree | 2f68aea7308a4b05ccc6d329dfb1ba61d2b2d350 /gdb/doc/gdb.texinfo | |
parent | a8a9844de3a32d971a75d6fd57d4a046e3971e9b (diff) | |
download | gdb-6adcee1866fe6b700bc1cc5a9675479530af7205.zip gdb-6adcee1866fe6b700bc1cc5a9675479530af7205.tar.gz gdb-6adcee1866fe6b700bc1cc5a9675479530af7205.tar.bz2 |
Small fix (first word of sentence to start with capital letter)
gdb/doc/ChangeLog:
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
word of a couple of sentences to start with a capital letter.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index dc79ca1..de419ea 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35079,9 +35079,9 @@ Indicates support for the @code{-data-read-memory-bytes} and the Indicates that changes to breakpoints and breakpoints created via the CLI will be announced via async records. @item ada-task-info -indicates support for the @code{-ada-task-info} command. +Indicates support for the @code{-ada-task-info} command. @item info-ada-exceptions -indicates support for the @code{-info-ada-exceptions} command. +Indicates support for the @code{-info-ada-exceptions} command. @end table @subheading The @code{-list-target-features} Command |