diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-22 16:58:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-22 16:58:30 +0000 |
commit | e0ce93ac9c743a91a1132aac92ea1c76219fcf3d (patch) | |
tree | 3a2bc74b767178ad74507ed51d560c16deecc2b8 /gdb | |
parent | be298bcc5f37eff348e5f7946077a04ba5b758c2 (diff) | |
download | binutils-e0ce93ac9c743a91a1132aac92ea1c76219fcf3d.zip binutils-e0ce93ac9c743a91a1132aac92ea1c76219fcf3d.tar.gz binutils-e0ce93ac9c743a91a1132aac92ea1c76219fcf3d.tar.bz2 |
Remove->Remote
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index acb7106..871f980 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com> + + * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. + 2002-01-22 Andrew Cagney <ac131313@redhat.com> * Makefile.in: Update copyright. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 080a2ca..93a3b40 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -153,7 +153,7 @@ Copyright (C) 1988-2002 Free Software Foundation, Inc. * Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB * Maintenance Commands:: Maintenance Commands -* Remove Protocol:: GDB Remote Serial Protocol +* Remote Protocol:: GDB Remote Serial Protocol * GNU Free Documentation License:: The license for this documentation * Index:: Index @end menu @@ -210,7 +210,7 @@ Copyright (C) 1988-2000 Free Software Foundation, Inc. * Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB * Maintenance Commands:: Maintenance Commands -* Remove Protocol:: GDB Remote Serial Protocol +* Remote Protocol:: GDB Remote Serial Protocol * GNU Free Documentation License:: The license for this documentation * Index:: Index @end menu @@ -14033,7 +14033,7 @@ Shared library events. @end table -@node Remove Protocol +@node Remote Protocol @appendix @value{GDBN} Remote Serial Protocol There may be occasions when you need to know something about the |