diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-07 14:10:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-07 14:10:29 (GMT) |
commit | d840d15294bfb31000a42369bcbcda06f1c34557 (patch) | |
tree | d3e7f32fa0d02f63b3a6ab6305c2ca09403e49d1 /doc/refchan.n | |
parent | c3149ec5291e734cf63d2db8495775b1b56c833c (diff) | |
download | tcl-d840d15294bfb31000a42369bcbcda06f1c34557.zip tcl-d840d15294bfb31000a42369bcbcda06f1c34557.tar.gz tcl-d840d15294bfb31000a42369bcbcda06f1c34557.tar.bz2 |
Documented channel transformations.
Diffstat (limited to 'doc/refchan.n')
-rw-r--r-- | doc/refchan.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/refchan.n b/doc/refchan.n index d007c0f..4365512 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.11 2008/03/26 09:59:22 dkf Exp $ +'\" RCS: @(#) $Id: refchan.n,v 1.12 2008/10/07 14:10:29 dkf Exp $ .so man.macros .TH refchan n 8.5 Tcl "Tcl Built-In Commands" .BS .\" Note: do not modify the .SH NAME line immediately below! .SH NAME -refchan \- Command handler API of reflected channels, version 1 +refchan \- command handler API of reflected channels .SH SYNOPSIS \fBcmdPrefix \fIoption\fR ?\fIarg arg ...\fR? .BE @@ -273,6 +273,6 @@ sense either. This may be altered in the future (through extending the API defined here and changing its version number) should the function be used at some time in the future. .SH "SEE ALSO" -chan(n) +chan(n), transchan(n) .SH KEYWORDS -channel, reflection +API, channel, ensemble, prefix, reflection |