aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 22:06:01 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 22:06:01 +0000
commit796d1fd3fb276bcfab2a10eecc7da4b1c753a7dd (patch)
treeea597c077cec92b40c910b453402771ebe3b5420 /gdb/remote-mips.c
parent97cc042806e29d19ea8f8082337a03f2a716495b (diff)
downloadfsf-binutils-gdb-796d1fd3fb276bcfab2a10eecc7da4b1c753a7dd.zip
fsf-binutils-gdb-796d1fd3fb276bcfab2a10eecc7da4b1c753a7dd.tar.gz
fsf-binutils-gdb-796d1fd3fb276bcfab2a10eecc7da4b1c753a7dd.tar.bz2
* remote-mips.c (mips_ops): Fix docstring.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 23e89f4..0c5ee6e 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -1383,8 +1383,10 @@ struct target_ops mips_ops =
{
"mips", /* to_shortname */
"Remote MIPS debugging over serial line", /* to_longname */
- "Debug a board using the MIPS remote debugging protocol over a serial line.\n\
-Specify the serial device it is connected to (e.g., /dev/ttya).", /* to_doc */
+ "\
+Debug a board using the MIPS remote debugging protocol over a serial line.\n\
+The argument is the device it is connected to or, if it contains a colon,\n\
+HOST:PORT to access a board over a network", /* to_doc */
mips_open, /* to_open */
mips_close, /* to_close */
NULL, /* to_attach */