diff options
author | Roland Pesch <pesch@cygnus> | 1991-07-24 01:37:46 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-07-24 01:37:46 +0000 |
commit | ff2e4391f7ab509aea251d564c55f21532959ba0 (patch) | |
tree | 552e21730a8b430c9fa4fbe30b02f2d9861e3731 /gdb/doc | |
parent | 54e4cbe8f0d673f49444376f26465f8c1bc129f9 (diff) | |
download | gdb-ff2e4391f7ab509aea251d564c55f21532959ba0.zip gdb-ff2e4391f7ab509aea251d564c55f21532959ba0.tar.gz gdb-ff2e4391f7ab509aea251d564c55f21532959ba0.tar.bz2 |
1) Added conditionals around node structure, giving clean nodes for either
generic or cross-debugging manual.
2) Allowed $Id: to be texinfo comment.
Diffstat (limited to 'gdb/doc')
-rwxr-xr-x | gdb/doc/gdb.invoc-m4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/gdb.invoc-m4 b/gdb/doc/gdb.invoc-m4 index e954ae9..1ff32de 100755 --- a/gdb/doc/gdb.invoc-m4 +++ b/gdb/doc/gdb.invoc-m4 @@ -1,13 +1,13 @@ _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 Invocation, Commands, Sample Session, Top @chapter Getting In and Out of _GDBN__ @menu * Starting _GDBN__:: Starting _GDBN__ -* Leaving _GDBN__:: Leaving _GDBN__ +* Leaving _GDBN__:: Leaving _GDBN__ * Shell Commands:: Shell Commands @end menu @@ -92,7 +92,12 @@ Execute _GDBN__ commands from file @var{file}. @xref{Command Files}. Add @var{directory} to the path to search for source files. @end table +_if__(!_GENERIC__) @node Mode Options, i960-Nindy Remote, File Options, Starting _GDBN__ +_fi__(!_GENERIC__) +_if__(_GENERIC__) +@node Mode Options, , File Options, Starting _GDBN__ +_fi__(_GENERIC__) @subsection Choosing Modes @table @code |