summaryrefslogtreecommitdiffstats
path: root/doc/chan.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-01 13:43:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-01 13:43:14 (GMT)
commit26a7fe964873387b4eeb9ae331517cc3a880ee72 (patch)
tree228a5ebe672b458adbf3052720a9d3e3779975d6 /doc/chan.n
parent2b649ba9103839c6ddefe1dae22a795915b6c654 (diff)
downloadtcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.zip
tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.gz
tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.bz2
change 'reflectedchan' to 'refchan' for reduced confusion.
Diffstat (limited to 'doc/chan.n')
-rw-r--r--doc/chan.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/chan.n b/doc/chan.n
index 9580c64..d5ca932 100644
--- a/doc/chan.n
+++ b/doc/chan.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: chan.n,v 1.14 2007/10/29 01:42:18 dkf Exp $
+'\" RCS: @(#) $Id: chan.n,v 1.15 2007/11/01 13:43:14 dkf Exp $
.so man.macros
.TH chan n 8.5 Tcl "Tcl Built-In Commands"
.BS
@@ -730,6 +730,6 @@ while {[\fBchan gets\fR $f line] >= 0} {
.SH "SEE ALSO"
close(n), eof(n), fblocked(n), fconfigure(n), fcopy(n), file(n),
fileevent(n), flush(n), gets(n), open(n), puts(n), read(n), seek(n),
-socket(n), tell(n), reflectedchan(n)
+socket(n), tell(n), refchan(n)
.SH KEYWORDS
channel, input, output, events, offset