diff options
author | Mark Alexander <marka@cygnus> | 1997-12-22 21:55:09 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-12-22 21:55:09 +0000 |
commit | 138b5e6359a52f064f748989237eb3599aa4ec68 (patch) | |
tree | ce311bf7d2fa4a278f323f04408639daeff80f32 /gdb/remote-mips.c | |
parent | 0d65768a9ccc4b616ae71a1c4ab05f8649b3e580 (diff) | |
download | gdb-138b5e6359a52f064f748989237eb3599aa4ec68.zip gdb-138b5e6359a52f064f748989237eb3599aa4ec68.tar.gz gdb-138b5e6359a52f064f748989237eb3599aa4ec68.tar.bz2 |
* remote-mips.c (_initialize_remote_mips): Fix DDB doc string.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index b9e09da..34a1019 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -3564,8 +3564,8 @@ Debug a board using the PMON MIPS remote debugging protocol over a serial\n\ line. The first argument is the device it is connected to or, if it contains\n\ a colon, HOST:PORT to access a board over a network. The optional second\n\ parameter is the temporary file in the form HOST:FILENAME to be used for\n\ -TFTP downloads to the board. The optional third parameter is the local\n\ -of the TFTP temporary file, if it differs from the filename seen by the board"; +TFTP downloads to the board. The optional third parameter is the local name\n\ +of the TFTP temporary file, if it differs from the filename seen by the board."; ddb_ops.to_open = ddb_open; ddb_ops.to_wait = mips_wait; |