* remote-bug.c (bug_ops): Remove spurious newline from docstring.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 28 Jan 1994 21:34:58 +0000 (21:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 28 Jan 1994 21:34:58 +0000 (21:34 +0000)
gdb/remote-bug.c

index 1dd3b28..b3b72d2 100644 (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 */