* remote-bug.c (bug_ops): Remove spurious newline from docstring.

This commit is contained in:
Jim Kingdon 1994-01-28 21:34:58 +00:00
parent 288897f490
commit 39f0852416
1 changed files with 1 additions and 2 deletions

View File

@ -963,8 +963,7 @@ bug_clear_breakpoints ()
struct target_ops bug_ops =
{
"bug", "Remote BUG monitor",
"Use the mvme187 board running the BUG monitor connected\n\
by a serial line.",
"Use the mvme187 board running the BUG monitor connected by a serial line.",
bug_open, gr_close,
0, gr_detach, bug_resume, bug_wait, /* attach */