* gdb.texinfo (Signaling): Fix typo.

This commit is contained in:
Tom Tromey 2012-11-15 21:25:43 +00:00
parent 8bdce1ffdf
commit ae606bee5b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-15 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Signaling): Fix typo.
2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
* gdb.texinfo (GDB/MI Data Manipulation): Document new optional

View File

@ -15642,7 +15642,7 @@ SIGINT} are both ways of sending an interrupt signal.
Alternatively, if @var{signal} is zero, continue execution without
giving a signal. This is useful when your program stopped on account of
a signal and would ordinary see the signal when resumed with the
a signal and would ordinarily see the signal when resumed with the
@code{continue} command; @samp{signal 0} causes it to resume without a
signal.