diff options
author | dgp <dgp@users.sourceforge.net> | 2015-03-02 22:38:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-03-02 22:38:09 (GMT) |
commit | ee3ddd37c88db026248c71283516ce851aae86fa (patch) | |
tree | 3003ba8de5416299e79410c5427988d0f5925941 /doc/open.n | |
parent | 7eda9787df411690b4d8017254e91edddafc15c8 (diff) | |
parent | cff7371be7dfa282a3a36b2ce60ae119e97f19fa (diff) | |
download | tcl-ee3ddd37c88db026248c71283516ce851aae86fa.zip tcl-ee3ddd37c88db026248c71283516ce851aae86fa.tar.gz tcl-ee3ddd37c88db026248c71283516ce851aae86fa.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/open.n')
-rw-r--r-- | doc/open.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,9 +370,8 @@ works for serial ports from 1 to 9. An attempt to open a serial port that does not exist or has a number greater than 9 will fail. An alternate form of opening serial ports is to use the filename \fB//./comX\fR, where X is any number that corresponds to a serial port. -.RS .PP -. +.RS When running Tcl interactively, there may be some strange interactions between the real console, if one is present, and a command pipeline that uses standard input or output. If a command pipeline is opened for reading, some @@ -384,6 +383,7 @@ application are competing for the console at the same time. If the command pipeline is started from a script, so that Tcl is not accessing the console, or if the command pipeline does not use standard input or output, but is redirected from or to a file, then the above problems do not occur. +.RE .TP \fBUnix\fR\0\0\0\0\0\0\0 . |