summaryrefslogtreecommitdiff
path: root/gdb/remote-bug.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 21:34:58 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 21:34:58 +0000
commit39f08524165c4011bee17f7d5183703521f0c5e1 (patch)
tree77441f7358fd0e949ed2e570d4999edfd3df5346 /gdb/remote-bug.c
parent288897f49094453ba54f0d77ae0a657c29fd5586 (diff)
downloadbinutils-gdb-39f08524165c4011bee17f7d5183703521f0c5e1.tar.gz
* remote-bug.c (bug_ops): Remove spurious newline from docstring.
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r--gdb/remote-bug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index 1dd3b28c850..b3b72d28eca 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 */