diff options
author | Roland Pesch <pesch@cygnus> | 1992-08-18 23:02:35 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-08-18 23:02:35 +0000 |
commit | 0005054f6c212b7cfc9b079fdd9d2fc5aee4739f (patch) | |
tree | 39a7d0d8c893eed56b73559eb2ce77ae4140c9b5 /gdb/doc/gdbinv-s.m4.in | |
parent | a457f4d99771dcebbce8c2e584b4ddb5110a5d53 (diff) | |
download | gdb-0005054f6c212b7cfc9b079fdd9d2fc5aee4739f.zip gdb-0005054f6c212b7cfc9b079fdd9d2fc5aee4739f.tar.gz gdb-0005054f6c212b7cfc9b079fdd9d2fc5aee4739f.tar.bz2 |
Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdbinv-s.m4.in: refrain from using @cartouche for just a few
examples (not consistent w others).
gdb.texinfo: issue disclaimer paragraph on cmdline options only
for generic vn of doc
Diffstat (limited to 'gdb/doc/gdbinv-s.m4.in')
-rw-r--r-- | gdb/doc/gdbinv-s.m4.in | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gdb/doc/gdbinv-s.m4.in b/gdb/doc/gdbinv-s.m4.in index c9355ae..18c2aff 100644 --- a/gdb/doc/gdbinv-s.m4.in +++ b/gdb/doc/gdbinv-s.m4.in @@ -495,8 +495,7 @@ degugger, you give it just the numeric part of the serial port's name; for example, @samp{asyncstr 2} below runs @code{asyncstr} on @code{COM2}. -@cartouche -@example +@smallexample (eg-C:\H8300\TEST) mode com2:9600,n,8,1,p Resident portion of MODE loaded @@ -504,8 +503,7 @@ Resident portion of MODE loaded COM2: 9600, n, 8, 1, p (eg-C:\H8300\TEST) asynctsr 2 -@end example -@end cartouche +@end smallexample @quotation @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with @@ -527,8 +525,7 @@ without downloading, use the _GDBN__ commands @code{file} or @code{symbol-file}. These commands, and @code{load} itself, are described in @ref{Files,,Commands to Specify Files}.) -@cartouche -@example +@smallexample (eg-C:\H8300\TEST) _GDBP__ t.x GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see @@ -542,8 +539,7 @@ Connected to remote H8/300 HMS system. .text : 0x8000 .. 0xabde *********** .data : 0xabde .. 0xad30 * .stack : 0xf000 .. 0xf014 * -@end example -@end cartouche +@end smallexample At this point, you're ready to run or debug your program. From here on, you can use all the usual _GDBN__ commands. The @code{break} command |