diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:13:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 18:13:12 (GMT) |
commit | 36d1fa98f135e6f5c1f1a501ab351bcb6510fda1 (patch) | |
tree | 1b7311eddab962db2630ffc5f66ff6929060f064 /doc | |
parent | bf19d94b4cfd7deeecc437231e80f6f070ab03ab (diff) | |
download | tcl-36d1fa98f135e6f5c1f1a501ab351bcb6510fda1.zip tcl-36d1fa98f135e6f5c1f1a501ab351bcb6510fda1.tar.gz tcl-36d1fa98f135e6f5c1f1a501ab351bcb6510fda1.tar.bz2 |
Stop breaking of highlightable over a line for ease of scraping
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 |