|
Lines 115-121
Link Here
|
| 115 |
.nr ^b 1u |
115 |
.nr ^b 1u |
| 116 |
.if n .nf |
116 |
.if n .nf |
| 117 |
.if n .ti 0 |
117 |
.if n .ti 0 |
| 118 |
.if n \l'\\n(.lu\(ul' |
118 |
.if n \l'\\n(^lu\(ul' |
| 119 |
.if n .fi |
119 |
.if n .fi |
| 120 |
.. |
120 |
.. |
| 121 |
'\" # BE - end boxed text (draw box now) |
121 |
'\" # BE - end boxed text (draw box now) |
|
Lines 130-136
Link Here
|
| 130 |
.ie !\\n(^b-1 \{\ |
130 |
.ie !\\n(^b-1 \{\ |
| 131 |
\h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' |
131 |
\h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' |
| 132 |
.\} |
132 |
.\} |
| 133 |
.el \}\ |
133 |
.el \{\ |
| 134 |
\h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' |
134 |
\h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' |
| 135 |
.\} |
135 |
.\} |
| 136 |
.\} |
136 |
.\} |
|
Lines 377-382
Link Here
|
| 377 |
It is often useful to use the \fBfileevent\fR command with pipelines |
377 |
It is often useful to use the \fBfileevent\fR command with pipelines |
| 378 |
so other processing may happen at the same time as running the command |
378 |
so other processing may happen at the same time as running the command |
| 379 |
in the background. |
379 |
in the background. |
|
|
380 |
.br |
| 380 |
.VS 8.4 |
381 |
.VS 8.4 |
| 381 |
.SH "SERIAL COMMUNICATIONS" |
382 |
.SH "SERIAL COMMUNICATIONS" |
| 382 |
.PP |
383 |
.PP |
|
Lines 557-564
Link Here
|
| 557 |
.TP 10 |
558 |
.TP 10 |
| 558 |
\fBBREAK\fR |
559 |
\fBBREAK\fR |
| 559 |
A BREAK condition has been detected by your UART (see above). |
560 |
A BREAK condition has been detected by your UART (see above). |
|
|
561 |
.br |
| 560 |
.VE |
562 |
.VE |
| 561 |
|
|
|
| 562 |
.SH "PORTABILITY ISSUES" |
563 |
.SH "PORTABILITY ISSUES" |
| 563 |
.TP |
564 |
.TP |
| 564 |
\fBWindows \fR(all versions) |
565 |
\fBWindows \fR(all versions) |
|
Lines 628-635
Link Here
|
| 628 |
.VS 8.4 |
629 |
.VS 8.4 |
| 629 |
Advanced configuration options are only supported for serial ports |
630 |
Advanced configuration options are only supported for serial ports |
| 630 |
when Tcl is built to use the POSIX serial interface. |
631 |
when Tcl is built to use the POSIX serial interface. |
| 631 |
.VE 8.4 |
|
|
| 632 |
.sp |
632 |
.sp |
|
|
633 |
.VE 8.4 |
| 633 |
When running Tcl interactively, there may be some strange interactions |
634 |
When running Tcl interactively, there may be some strange interactions |
| 634 |
between the console, if one is present, and a command pipeline that uses |
635 |
between the console, if one is present, and a command pipeline that uses |
| 635 |
standard input. If a command pipeline is opened for reading, some |
636 |
standard input. If a command pipeline is opened for reading, some |