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.
This commit is contained in:
parent
a8a9844de3
commit
6adcee1866
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-11-12 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
|
||||||
|
word of a couple of sentences to start with a capital letter.
|
||||||
|
|
||||||
2013-11-12 Joel Brobecker <brobecker@adacore.com>
|
2013-11-12 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
|
* gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
|
||||||
|
|
|
@ -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
|
Indicates that changes to breakpoints and breakpoints created via the
|
||||||
CLI will be announced via async records.
|
CLI will be announced via async records.
|
||||||
@item ada-task-info
|
@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
|
@item info-ada-exceptions
|
||||||
indicates support for the @code{-info-ada-exceptions} command.
|
Indicates support for the @code{-info-ada-exceptions} command.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@subheading The @code{-list-target-features} Command
|
@subheading The @code{-list-target-features} Command
|
||||||
|
|
Loading…
Add table
Reference in a new issue