1) Added conditionals around node structure, giving clean nodes for either
generic or cross-debugging manual. 2) Allowed $Id: to be texinfo comment.
This commit is contained in:
parent
54e4cbe8f0
commit
ff2e4391f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user