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 | 9ad0a918eaadeca9d6116537876381d2167845dc (patch) | |
tree | 654505932ba636bb92b2f797682b3d2d72bd0449 | |
parent | 4d836455264e5ee4581924887e646237e2814d93 (diff) | |
download | gdb-9ad0a918eaadeca9d6116537876381d2167845dc.tar.gz |
Remove->Remote
-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 acb7106e298..871f980deed 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 080a2cac159..93a3b407593 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 |