* gdb.texinfo (Packets): Fix typos "alligned".
authorHans-Peter Nilsson <hp@axis.com>
Mon, 30 Sep 2002 07:08:26 +0000 (07:08 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Mon, 30 Sep 2002 07:08:26 +0000 (07:08 +0000)
Correct z3/Z3 description.  Correct z4/Z4 title.

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

index 362e05679fb1f5d545878a89872b34477eb002df..e21d24a2cf84885d1891f33cb83a57fd57ecddd1 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gdb.texinfo (Packets): Fix typos "alligned".
+       Correct z3/Z3 description.  Correct z4/Z4 title.
+
 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
 
        * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
index 7e93c229491dd8235bdbe5d3a0816772a9e37686..56032f3cb2f4ae74631a8b1b75510bab1a3cc947 100644 (file)
@@ -15053,7 +15053,7 @@ Reserved for future use.
 
 Read @var{length} bytes of memory starting at address @var{addr}.
 Neither @value{GDBN} nor the stub assume that sized memory transfers are
-assumed using word alligned accesses. FIXME: @emph{A word aligned memory
+assumed using word aligned accesses. FIXME: @emph{A word aligned memory
 transfer mechanism is needed.}
 
 Reply:
@@ -15061,7 +15061,7 @@ Reply:
 @item @var{XX@dots{}}
 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
 to read only part of the data.  Neither @value{GDBN} nor the stub assume
-that sized memory transfers are assumed using word alligned
+that sized memory transfers are assumed using word aligned
 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
 needed.}
 @item E@var{NN}
@@ -15353,7 +15353,7 @@ for an error
 @cindex @code{z3} packet
 @cindex @code{Z3} packet
 
-Insert (@code{Z3}) or remove (@code{z3}) a write watchpoint.
+Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
 
 Reply:
 @table @samp
@@ -15365,8 +15365,8 @@ not supported
 for an error
 @end table
 
-@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
-@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
+@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
+@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
 @cindex @code{z4} packet
 @cindex @code{Z4} packet
 
This page took 0.048064 seconds and 4 git commands to generate.