diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-28 21:34:58 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-28 21:34:58 +0000 |
commit | 39f08524165c4011bee17f7d5183703521f0c5e1 (patch) | |
tree | 77441f7358fd0e949ed2e570d4999edfd3df5346 /gdb/remote-bug.c | |
parent | 288897f49094453ba54f0d77ae0a657c29fd5586 (diff) | |
download | gdb-39f08524165c4011bee17f7d5183703521f0c5e1.zip gdb-39f08524165c4011bee17f7d5183703521f0c5e1.tar.gz gdb-39f08524165c4011bee17f7d5183703521f0c5e1.tar.bz2 |
* remote-bug.c (bug_ops): Remove spurious newline from docstring.
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 1dd3b28..b3b72d2 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 */ |