diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-09 00:17:27 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-09 00:17:27 +0000 |
commit | 0c81306bb439cd67dc563b1c9a794c0832a76edd (patch) | |
tree | cdddf0f752761a6e07c0646c256a768db7da5489 | |
parent | 2bc9434c173e54170f8260152e4c4d3e4e87c024 (diff) | |
download | gdb-0c81306bb439cd67dc563b1c9a794c0832a76edd.zip gdb-0c81306bb439cd67dc563b1c9a794c0832a76edd.tar.gz gdb-0c81306bb439cd67dc563b1c9a794c0832a76edd.tar.bz2 |
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
(RELEASE 4.1)
-rwxr-xr-x | gdb/doc/gdbinv-m.m4 | 6 | ||||
-rwxr-xr-x | gdb/doc/gdbinv-s.m4 | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/gdb/doc/gdbinv-m.m4 b/gdb/doc/gdbinv-m.m4 index b560f31..8fe5f91 100755 --- a/gdb/doc/gdbinv-m.m4 +++ b/gdb/doc/gdbinv-m.m4 @@ -3,11 +3,11 @@ _dnl__ Copyright (c) 1991 Free Software Foundation, Inc. _dnl__ This file is part of the source for the GDB manual. _dnl__ M4 FRAGMENT: $Id$ _if__(_I960__) -* i960-Nindy Remote:: +* i960-Nindy Remote:: _GDBN__ with a Remote i960 (Nindy) _fi__(_I960__) _if__(_AMD29K__) -* EB29K Remote:: +* EB29K Remote:: _GDBN__ with a Remote EB29K _fi__(_AMD29K__) _if__(_VXWORKS__) -* VxWorks Remote:: +* VxWorks Remote:: _GDBN__ and VxWorks _fi__(_VXWORKS__) diff --git a/gdb/doc/gdbinv-s.m4 b/gdb/doc/gdbinv-s.m4 index 2ec6949..82de97a 100755 --- a/gdb/doc/gdbinv-s.m4 +++ b/gdb/doc/gdbinv-s.m4 @@ -35,9 +35,9 @@ session. @xref{Target Commands}. @end itemize @menu -* Nindy Startup:: Startup with Nindy -* Nindy Options:: Options for Nindy -* Nindy reset:: Nindy Reset Command +* Nindy Startup:: Startup with Nindy +* Nindy Options:: Options for Nindy +* Nindy reset:: Nindy Reset Command @end menu @node Nindy Startup, Nindy Options, i960-Nindy Remote, i960-Nindy Remote @@ -132,9 +132,9 @@ you've hooked the cable between the PC's @file{COM1} port and @file{/dev/ttya} on the Unix system. @menu -* Comms (EB29K):: Communications Setup -* _GDBP__-EB29K:: EB29K cross-debugging -* Remote Log:: Remote Log +* Comms (EB29K):: Communications Setup +* _GDBP__-EB29K:: EB29K cross-debugging +* Remote Log:: Remote Log @end menu @node Comms (EB29K), _GDBP__-EB29K, EB29K Remote, EB29K Remote @@ -332,9 +332,9 @@ _GDBN__ will come up showing the prompt: @end smallexample @menu -* VxWorks connection:: Connecting to VxWorks -* VxWorks download:: VxWorks Download -* VxWorks attach:: Running Tasks +* VxWorks connection:: Connecting to VxWorks +* VxWorks download:: VxWorks Download +* VxWorks attach:: Running Tasks @end menu @node VxWorks connection, VxWorks download, VxWorks Remote, VxWorks Remote |