diff options
-rw-r--r-- | gdb/doc/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 52ad3b8..54bc260 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,7 @@ 2002-01-30 Michael Snyder <msnyder@redhat.com> - * gdb.texinfo (set trust-readonly-sections): Document. + * gdb.texinfo: (remote protocol): Gramatical fix-up. + (set trust-readonly-sections): Document. 2002-01-29 Andrew Cagney <ac131313@redhat.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d02fecf..7cc87bc 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -14290,8 +14290,8 @@ See @samp{i} and @samp{S} for likely syntax and semantics. @item kill request @tab @code{k} @tab -FIXME: @emph{There is no description of how operate when a specific -thread context has been selected (ie. does 'k' kill only that thread?)}. +FIXME: @emph{There is no description of how to operate when a specific +thread context has been selected (ie.@: does 'k' kill only that thread?)}. @item reserved @tab @code{l} |