File: unstack.n

package info (click to toggle)
tcltrf 2.1.4-dfsg3-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,656 kB
  • sloc: ansic: 73,139; sh: 3,155; tcl: 1,343; makefile: 182; exp: 22
file content (38 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
'\"
'\" Generated from file 'unstack.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 1996-2003, Andreas Kupries <andreas_kupries@users.sourceforge.net>
'\"
.so man.macros
.TH "unstack" n 2.1.3  "Trf transformer commands"
.BS
.SH NAME
unstack \- Unstacking channels
.SH SYNOPSIS
package require \fBTcl  ?8.2?\fR
.sp
package require \fBTrf  ?2.1.3?\fR
.sp
\fBunstack\fR \fIchannel\fR
.sp
.BE
.SH DESCRIPTION
The command \fBunstack\fR is an interface to the public Tcl API
function \fBTclUnstackChannel\fR. It unstacks the topmost
transformation from the specified channel if there is any.
.PP
.TP
\fBunstack\fR \fIchannel\fR
Removes the topmost transformation from the specified
\fIchannel\fR. If the \fIchannel\fR has no transformation associated
with it it will be closed. In other words, in this situation the
command is equivalent to \fBclose\fR.
.PP
.SH "SEE ALSO"
trf-intro
.SH KEYWORDS
removal, transformation, unstacking
.SH COPYRIGHT
.nf
Copyright (c) 1996-2003, Andreas Kupries <andreas_kupries@users.sourceforge.net>

.fi