2002-09-25 Andrew Cagney * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.125 diff -u -r1.125 gdb.texinfo --- gdb.texinfo 24 Sep 2002 14:30:36 -0000 1.125 +++ gdb.texinfo 25 Sep 2002 13:55:52 -0000 @@ -15271,9 +15271,9 @@ 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.}