2002-09-25 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 25 Sep 2002 13:56:54 +0000 (13:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 25 Sep 2002 13:56:54 +0000 (13:56 +0000)
* gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 83e9bd0c3b732948b0ad7779f2db034b1d76174a..ee020ed6a6537e5b33f812b28030cbfc1fe0adac 100644 (file)
@@ -1,6 +1,10 @@
+2002-09-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
+
 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
 
-       * gdb.texinfo: Replace @example' with @smallexample.
+       * gdb.texinfo: Replace @example with @smallexample.
 
 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
 
index d7dce0d44dd86152d27770f4c0bb986653514838..c84176db0c26a25008790f7e45b71a366cc27378 100644 (file)
@@ -15271,9 +15271,9 @@ watchpoint starting at address @var{address} and covering the next
 Each breakpoint and watchpoint packet @var{type} is documented
 separately.
 
-@emph{Implementation notes: A remote target shall return @samp{} for an
-unrecognized breakpoint or watchpoint packet @var{type}.  A remote
-target shall support either both or neither of a given
+@emph{Implementation notes: A remote target shall return an empty string
+for an unrecognized breakpoint or watchpoint packet @var{type}.  A
+remote target shall support either both or neither of a given
 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair.  To
 avoid potential problems with duplicate packets, the operations should
 be implemented in an idempotent way.}
This page took 0.041776 seconds and 4 git commands to generate.