diff options
author | Bob Rossi <bob@brasko.net> | 2005-07-12 14:48:56 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2005-07-12 14:48:56 +0000 |
commit | 36a0e4929e6e574bbe27e0cdeab052f17906796c (patch) | |
tree | 2046c3420d4f3ee240b880cde5ed10120293965b /gdb/doc | |
parent | c058ba500087e5f690e993fedb0992dcb452fbd0 (diff) | |
download | gdb-36a0e4929e6e574bbe27e0cdeab052f17906796c.tar.gz |
2005-07-12 Bob Rossi <bob@brasko.net>
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
corresponding GDB command comment.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b1929b78d3d..f4324db0690 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Bob Rossi <bob@brasko.net> + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show + corresponding GDB command comment. + 2005-07-06 Bob Rossi <bob@brasko.net> * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 580df9d3f76..28c2a752088 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19235,7 +19235,7 @@ Show terminal for future runs of program being debugged. @subheading @value{GDBN} Command -The corresponding @value{GDBN} command is @samp{show inferior-tty /dev/pts/1}. +The corresponding @value{GDBN} command is @samp{show inferior-tty}. @subheading Example |