diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-07 15:00:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-07 15:00:10 (GMT) |
commit | 35bac8b2387c036a6ac3ac6c699ddde95f050062 (patch) | |
tree | d16ee1c0ebc937be15adbc9364819a9292819c6f /doc | |
parent | d840d15294bfb31000a42369bcbcda06f1c34557 (diff) | |
download | tcl-35bac8b2387c036a6ac3ac6c699ddde95f050062.zip tcl-35bac8b2387c036a6ac3ac6c699ddde95f050062.tar.gz tcl-35bac8b2387c036a6ac3ac6c699ddde95f050062.tar.bz2 |
Corrected order of subcommands in a section to be alphabetic
Diffstat (limited to 'doc')
-rw-r--r-- | doc/transchan.n | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/transchan.n b/doc/transchan.n index 8cb5b57..0716591 100644 --- a/doc/transchan.n +++ b/doc/transchan.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: transchan.n,v 1.1 2008/10/07 14:10:29 dkf Exp $ +'\" RCS: @(#) $Id: transchan.n,v 1.2 2008/10/07 15:00:10 dkf Exp $ .so man.macros .TH transchan n 8.6 Tcl "Tcl Built-In Commands" .BS @@ -35,6 +35,13 @@ create the transformation. .PP The following subcommands are relevant to all types of channel. .TP +\fIcmdPrefix \fBclear \fIhandle\fR +. +This optional subcommand is called to signify to the transformation that any +data stored in internal buffers (either incoming or outgoing) must be +cleared. It is called when a \fBchan seek\fR is performed on the channel being +transformed. +.TP \fIcmdPrefix \fBfinalize \fIhandle\fR . This mandatory subcommand is called last for the given \fIhandle\fR, and then @@ -43,13 +50,6 @@ structures associated with the transformation. \fIWarning!\fR Any errors thrown by this subcommand will be ignored. It is not guaranteed to be called if the interpreter is deleted. .TP -\fIcmdPrefix \fBclear \fIhandle\fR -. -This optional subcommand is called to signify to the transformation that any -data stored in internal buffers (either incoming or outgoing) must be -cleared. It is called when a \fBchan seek\fR is performed on the channel being -transformed. -.TP \fIcmdPrefix \fBinitialize \fIhandle mode\fR . This mandatory subcommand is called first, and then never again (for the given |