diff options
author | das <das> | 2006-04-12 02:35:06 (GMT) |
---|---|---|
committer | das <das> | 2006-04-12 02:35:06 (GMT) |
commit | 809b18e610719f228c73c92b916874348ac05902 (patch) | |
tree | 0d88e5ab08eec29c85bd80ebcde943c33ace27b7 /doc/refchan.n | |
parent | 831cd0be680b6d5006283f4871241507f2f99cca (diff) | |
download | tcl-809b18e610719f228c73c92b916874348ac05902.zip tcl-809b18e610719f228c73c92b916874348ac05902.tar.gz tcl-809b18e610719f228c73c92b916874348ac05902.tar.bz2 |
fix make html errors
Diffstat (limited to 'doc/refchan.n')
-rw-r--r-- | doc/refchan.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refchan.n b/doc/refchan.n index a35ec53..1f08d40 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.1 2006/03/17 17:24:10 andreas_kupries Exp $ +'\" RCS: @(#) $Id: refchan.n,v 1.2 2006/04/12 02:35:07 das Exp $ .so man.macros .TH reflectedchan n 8.5 Tcl "Tcl Built-In Commands" .BS @@ -262,7 +262,7 @@ interface are not available to channels reflected to the Tcl level. The function \fBTcl_DriverGetHandleProc\fR is not supported; i.e. reflected channels do not have OS specific handles. .PP -The function \fBTcl_DriverHandlerProc\fI is not supported. This driver +The function \fBTcl_DriverHandlerProc\fR is not supported. This driver function is relevant only for stacked channels, i.e. transformations. Reflected channels are always base channels, not transformations. .PP |