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 | 38f1196a3d4e5df7143784c37582309c1d2f7a75 (patch) | |
tree | 5a78b20595b75a5b535f3ce82a359010e96ff969 | |
parent | 4dc4436dd95285dbbd9a97052ea4122184692818 (diff) | |
download | gdb-38f1196a3d4e5df7143784c37582309c1d2f7a75.zip gdb-38f1196a3d4e5df7143784c37582309c1d2f7a75.tar.gz gdb-38f1196a3d4e5df7143784c37582309c1d2f7a75.tar.bz2 |
2005-07-12 Bob Rossi <bob@brasko.net>
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
corresponding GDB command comment.
-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 b1929b7..f4324db 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 580df9d..28c2a75 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 |