diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1994-09-16 07:53:09 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1994-09-16 07:53:09 +0000 |
commit | e3a58c921b000b5044371585f199956579847a40 (patch) | |
tree | 8a43fc27350e6381b3546df20b9eb19160588172 /gdb/doc/remote.texi | |
parent | ddf54546c961930d2e4fb9c70ec2da94d82ccff4 (diff) | |
download | gdb-e3a58c921b000b5044371585f199956579847a40.zip gdb-e3a58c921b000b5044371585f199956579847a40.tar.gz gdb-e3a58c921b000b5044371585f199956579847a40.tar.bz2 |
remote.texi: asynctsr must run before mode (Hitachi stuff)
Diffstat (limited to 'gdb/doc/remote.texi')
-rw-r--r-- | gdb/doc/remote.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index 422379d..03407bd 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -1121,13 +1121,13 @@ for example, @samp{asyncstr 2} below runs @code{asyncstr} on @code{COM2}. @example -(eg-C:\H8300\TEST) mode com2:9600,n,8,1,p +C:\H8300\TEST> asynctsr 2 +C:\H8300\TEST> mode com2:9600,n,8,1,p Resident portion of MODE loaded COM2: 9600, n, 8, 1, p -(eg-C:\H8300\TEST) asynctsr 2 @end example @quotation |