From 39f08524165c4011bee17f7d5183703521f0c5e1 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 28 Jan 1994 21:34:58 +0000 Subject: [PATCH] * remote-bug.c (bug_ops): Remove spurious newline from docstring. --- gdb/remote-bug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 1dd3b28c85..b3b72d28ec 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -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 */