diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-15 21:25:43 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-15 21:25:43 +0000 |
commit | ae606bee5b0808aaf3fe1cb80cc9ae6e877d6d46 (patch) | |
tree | 27884c51caefcc1bf0ffc46d8d5514da92035db4 /gdb/doc | |
parent | 8bdce1ffdf65dc18332dfddb39482f6685cec85a (diff) | |
download | gdb-ae606bee5b0808aaf3fe1cb80cc9ae6e877d6d46.zip gdb-ae606bee5b0808aaf3fe1cb80cc9ae6e877d6d46.tar.gz gdb-ae606bee5b0808aaf3fe1cb80cc9ae6e877d6d46.tar.bz2 |
* gdb.texinfo (Signaling): Fix typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dc0ca89..a774681 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f45b65e..945a66b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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. |