* breakpoint.c (_initialize_breakpoint): Update docstring for
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Mar 1994 16:31:57 +0000 (16:31 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Mar 1994 16:31:57 +0000 (16:31 +0000)
tbreak to match what the code actually does.  Don't mention tbreak
in docstrings for "enable once" or "enable breakpoints once".

gdb/ChangeLog

index 8e334961b9e0fa721a39e6ba521aef3fe29a7102..83d6cb3f7f98af21d0571ff700b403c105738513 100644 (file)
@@ -1,7 +1,8 @@
 Fri Mar 11 08:08:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * breakpoint.c (_initialize_breakpoint): Update docstring for
-       tbreak to match what the code actually does.
+       tbreak to match what the code actually does.  Don't mention tbreak
+       in docstrings for "enable once" or "enable breakpoints once".
 
 Thu Mar 10 08:52:38 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)