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.alter-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.alter-m4')
-rwxr-xr-x | gdb/doc/gdb.alter-m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.alter-m4 b/gdb/doc/gdb.alter-m4 index 3ed4f24..56007dd 100755 --- a/gdb/doc/gdb.alter-m4 +++ b/gdb/doc/gdb.alter-m4 @@ -1,6 +1,6 @@ _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 Altering, _GDBN__ Files, Symbols, Top @chapter Altering Execution @@ -138,8 +138,8 @@ The most common occasion to use the @code{jump} command is to back up, perhaps with more breakpoints set, over a portion of a program that has already executed, in order to examine its execution in more detail. -@group @node Signaling, Returning, Jumping, Altering +@c @group @section Giving the Program a Signal @table @code @@ -157,7 +157,7 @@ signal. @code{signal} does not repeat when you press @key{RET} a second time after executing the command. @end table -@end group +@c @end group @node Returning, Calling, Signaling, Altering @section Returning from a Function |