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.cmds-m4 | |
parent | 8734fc33eb43cb955a1d7376770e2824d85e9253 (diff) | |
download | ppe42-binutils-271895931a495e5faf14dfeff018a1a6c945c030.tar.gz ppe42-binutils-271895931a495e5faf14dfeff018a1a6c945c030.zip |
1) turned $Id: from m4 into texinfo comment
2) disabled @group where no longer supported by texinfo.tex
Diffstat (limited to 'gdb/doc/gdb.cmds-m4')
-rwxr-xr-x | gdb/doc/gdb.cmds-m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.cmds-m4 b/gdb/doc/gdb.cmds-m4 index 1d3b34fe0f..1020258b24 100755 --- a/gdb/doc/gdb.cmds-m4 +++ b/gdb/doc/gdb.cmds-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 Commands, Running, Invocation, Top @chapter _GDBN__ Commands @@ -107,7 +107,7 @@ all the sub-commands. @c FIXME: @pxref{Index} used to be here, but even though it shows up in @c FIXME...the 'aux' file with a pageno the xref can't find it. -@group +@c @group @table @code @item info @kindex info @@ -135,7 +135,7 @@ values, you can use @code{show} with no arguments; you may also use @c FIXME...program. Ck w/ GNU: "info set" to be called something else, @c FIXME...or change desc of rule---eg "state of prog and debugging session"? @end table -@end group +@c @end group Here are three miscellaneous @code{show} subcommands, all of which are exceptional in lacking corresponding @code{set} commands: |