diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-11-06 17:02:27 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-11-06 17:02:27 (GMT) |
commit | 467a688247fb6279144a01f04bac8aac679d166b (patch) | |
tree | d4b6dfdf3bb39ab13c7acf31a52a95548f64d743 | |
parent | a5ce701b3c9e1a38ff7dfdd113a257ae677cf153 (diff) | |
download | tk-467a688247fb6279144a01f04bac8aac679d166b.zip tk-467a688247fb6279144a01f04bac8aac679d166b.tar.gz tk-467a688247fb6279144a01f04bac8aac679d166b.tar.bz2 |
* doc/CrtConsoleChan.3: Fixed markup typo and extended see also
section per suggestions by Donal.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/CrtConsoleChan.3 | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-11-06 Andreas Kupries <andreask@activestate.com> + + * doc/CrtConsoleChan.3: Fixed markup typo and extended see also + section per suggestions by Donal. + 2007-11-05 Joe English <jenglish@users.sourceforge.net> * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding diff --git a/doc/CrtConsoleChan.3 b/doc/CrtConsoleChan.3 index 7d061d3..4baf040 100644 --- a/doc/CrtConsoleChan.3 +++ b/doc/CrtConsoleChan.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtConsoleChan.3,v 1.1 2007/11/05 20:43:45 andreas_kupries Exp $ +'\" RCS: @(#) $Id: CrtConsoleChan.3,v 1.2 2007/11/06 17:02:28 andreas_kupries Exp $ '\" .so man.macros .TH Tk_InitConsoleChannels 3 8.5 Tk "Tk Library Procedures" @@ -29,7 +29,7 @@ channels will be discarded until \fBTk_CreateConsoleWindow\fR is called to attach the console to a text widget. .PP This function is for use by shell applications based on Tk, like -\fbwish\fR, on platforms which have no standard channels in graphical +\fBwish\fR, on platforms which have no standard channels in graphical mode, like Win32. .PP The \fIinterp\fR argument is the interpreter in which to create and @@ -41,5 +41,6 @@ through other channel functions. Because otherwise the standard channels will be already initialized to the system defaults, which will be nonsensical for the case \fBTk_InitConsoleChannels\fR is for. .SH "SEE ALSO" +console(n) .SH KEYWORDS standard channels, console |