diff options
author | Roland Pesch <pesch@cygnus> | 1991-07-24 01:50:33 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-07-24 01:50:33 +0000 |
commit | 271895931a495e5faf14dfeff018a1a6c945c030 (patch) | |
tree | e5d07cb25f47536e71bfc79cbdf674d9d5dc0a76 /gdb/doc/gdb.run-m4 | |
parent | 8734fc33eb43cb955a1d7376770e2824d85e9253 (diff) | |
download | gdb-271895931a495e5faf14dfeff018a1a6c945c030.zip gdb-271895931a495e5faf14dfeff018a1a6c945c030.tar.gz gdb-271895931a495e5faf14dfeff018a1a6c945c030.tar.bz2 |
1) turned $Id: from m4 into texinfo comment
2) disabled @group where no longer supported by texinfo.tex
Diffstat (limited to 'gdb/doc/gdb.run-m4')
-rwxr-xr-x | gdb/doc/gdb.run-m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.run-m4 b/gdb/doc/gdb.run-m4 index cfa42fe..09df60b 100755 --- a/gdb/doc/gdb.run-m4 +++ b/gdb/doc/gdb.run-m4 @@ -1,7 +1,7 @@ _dnl__ -*- Texinfo -*- _dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc. _dnl__ This file is part of the source for the GDB manual. -_dnl__ $Id$ +@c M4 FRAGMENT: $Id$ @node Running, Stopping, Commands, Top @chapter Running Programs Under _GDBN__ @@ -362,8 +362,8 @@ confirmation if you try to do either of these things; you can control whether or not you need to confirm by using the @code{set confirm} command (@pxref{Messages/Warnings}). -@group @node Kill Process, , Attach, Running +@c @group @section Killing the Child Process @table @code @@ -375,7 +375,7 @@ Kill the child process in which your program is running under _GDBN__. This command is useful if you wish to debug a core dump instead of a running process. _GDBN__ ignores any core dump file while your program is running. -@end group +@c @end group On some operating systems, you can't execute your program in another process while breakpoints are active inside _GDBN__. You can use the |