1) Inserted missing @end table/@table spotted by makeinfo;

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
This commit is contained in:
Roland Pesch 1991-07-24 01:28:51 +00:00
parent 26c03ddfee
commit 9d40ea3c82
1 changed files with 5 additions and 3 deletions

View File

@ -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