diff options
author | dkf <dkf@noemail.net> | 2010-01-14 18:13:12 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-14 18:13:12 (GMT) |
commit | d56f5408183fdf64e73eba8800a8e0f8f7da6479 (patch) | |
tree | 1b7311eddab962db2630ffc5f66ff6929060f064 /doc | |
parent | 96ec9639b009bfa5c60d2cef2fd87b80f2459246 (diff) | |
download | tcl-d56f5408183fdf64e73eba8800a8e0f8f7da6479.zip tcl-d56f5408183fdf64e73eba8800a8e0f8f7da6479.tar.gz tcl-d56f5408183fdf64e73eba8800a8e0f8f7da6479.tar.bz2 |
Stop breaking of highlightable over a line for ease of scraping
FossilOrigin-Name: 23f8005029265817d29d680ca12463fde5fe0606
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refchan.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refchan.n b/doc/refchan.n index 6032340..b3ad232 100644 --- a/doc/refchan.n +++ b/doc/refchan.n @@ -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: refchan.n,v 1.17 2009/08/06 22:28:11 andreas_kupries Exp $ +'\" RCS: @(#) $Id: refchan.n,v 1.18 2010/01/14 18:13:12 dkf Exp $ .so man.macros .TH refchan n 8.5 Tcl "Tcl Built-In Commands" .BS @@ -230,8 +230,8 @@ time; that is behavior implemented in the Tcl channel core. The return value of the subcommand is ignored. .PP If the subcommand throws an error the command which performed the -(re)configuration or query (usually \fBfconfigure\fR or \fBchan -configure\fR) will appear to have thrown this error. Any exception +(re)configuration or query (usually \fBfconfigure\fR or +\fBchan configure\fR) will appear to have thrown this error. Any exception beyond \fBerror\fR (e.g.,\ \fBbreak\fR, etc.) is treated as and converted to an error. .RE |