summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-11-01 13:43:13 (GMT)
committerdkf <dkf@noemail.net>2007-11-01 13:43:13 (GMT)
commit568f198fb389cb3e68ae8eb9beaf7b07d723b9b2 (patch)
tree228a5ebe672b458adbf3052720a9d3e3779975d6 /doc
parent92c7e3b1427cd360d2dee9201b578d852723c5ed (diff)
downloadtcl-568f198fb389cb3e68ae8eb9beaf7b07d723b9b2.zip
tcl-568f198fb389cb3e68ae8eb9beaf7b07d723b9b2.tar.gz
tcl-568f198fb389cb3e68ae8eb9beaf7b07d723b9b2.tar.bz2
change 'reflectedchan' to 'refchan' for reduced confusion.
FossilOrigin-Name: 871390687887835af4c688deaf44c0d21516c2e7
Diffstat (limited to 'doc')
-rw-r--r--doc/chan.n4
-rw-r--r--doc/refchan.n8
2 files changed, 6 insertions, 6 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
diff --git a/doc/refchan.n b/doc/refchan.n
index 62d9701..229b5bb 100644
--- a/doc/refchan.n
+++ b/doc/refchan.n
@@ -4,13 +4,13 @@
'\" 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.8 2007/10/29 01:42:19 dkf Exp $
+'\" RCS: @(#) $Id: refchan.n,v 1.9 2007/11/01 13:43:19 dkf Exp $
.so man.macros
-.TH reflectedchan n 8.5 Tcl "Tcl Built-In Commands"
+.TH refchan n 8.5 Tcl "Tcl Built-In Commands"
.BS
-'\" Note: do not modify the .SH NAME line immediately below!
+.\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
-reflectedchan \- Command handler API of reflected channels, version 1
+refchan \- Command handler API of reflected channels, version 1
.SH SYNOPSIS
\fBcmdPrefix \fIoption\fR ?\fIarg arg ...\fR?
.BE