From 796d1fd3fb276bcfab2a10eecc7da4b1c753a7dd Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 28 Jan 1994 22:06:01 +0000 Subject: [PATCH] * remote-mips.c (mips_ops): Fix docstring. --- gdb/ChangeLog | 2 ++ gdb/remote-mips.c | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 664c5f342e3..2fbbbf33340 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Fri Jan 28 15:40:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-mips.c (mips_ops): Fix docstring. + * remote-bug.c (bug_ops): Remove spurious newline from docstring. * config/m68k/tm-monitor.h: Changes to bring this into accordance diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 23e89f4a8cf..0c5ee6e77b6 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 */ -- 2.30.2