1) Added conditionals around node structure, giving clean nodes for either
authorRoland Pesch <pesch@cygnus>
Wed, 24 Jul 1991 01:37:46 +0000 (01:37 +0000)
committerRoland Pesch <pesch@cygnus>
Wed, 24 Jul 1991 01:37:46 +0000 (01:37 +0000)
generic or cross-debugging manual.

2) Allowed $Id: to be texinfo comment.

gdb/doc/gdb.invoc-m4

index e954ae9805f67e1390b29dc606c2c06b614c0dea..1ff32def53d6dc2aa7add02f833ab1ce6c1f58c2 100755 (executable)
@@ -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