1) Inserted missing @end table/@table spotted by makeinfo;
authorRoland Pesch <pesch@cygnus>
Wed, 24 Jul 1991 01:28:51 +0000 (01:28 +0000)
committerRoland Pesch <pesch@cygnus>
Wed, 24 Jul 1991 01:28:51 +0000 (01:28 +0000)
2) allowed $Id: tag to appear in post-M4 file by turning it into texinfo
   rather than m4 comment;
3) Disabled @group where no longer supported by texinfo

gdb/doc/gdb.ctl-m4

index 0e746a4..4ff4a16 100755 (executable)
@@ -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 Controlling _GDBN__, Sequences, Targets, Top
 @chapter Controlling _GDBN__
 
@@ -63,9 +63,11 @@ Disable command line editing.
 @kindex show editing
 @item show editing
 Show whether command line editing is enabled.
+@end table
 
 @node History, Screen Size, Editing, Controlling _GDBN__
 @section Command History
+@table @code
 @cindex history substitution
 @cindex history file
 @kindex set history filename
@@ -128,7 +130,7 @@ or @code{vi} may wish to read it.
 @xref{Command Line Editing}.
 @end iftex
 
-@group
+@c @group
 @kindex show history
 @item show history
 @itemx show history filename
@@ -137,7 +139,7 @@ or @code{vi} may wish to read it.
 @itemx show history expansion
 These commands display the state of the _GDBN__ history parameters.
 @code{show history} by itself displays all four states.
-@end group
+@c @end group
 
 @end table