File: unstack.man

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 (26 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (7)
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
[include common/trf_version.inc]
[manpage_begin unstack n [vset trf_version]]
[titledesc "Unstacking channels"]
[include common/trf_header.inc]
[description]

The command [cmd unstack] is an interface to the public Tcl API
function [syscmd TclUnstackChannel]. It unstacks the topmost
transformation from the specified channel if there is any.

[para]

[list_begin definitions]
[call [cmd unstack] [arg channel]]

Removes the topmost transformation from the specified

[arg channel]. If the [arg channel] has no transformation associated
with it it will be closed. In other words, in this situation the
command is equivalent to [cmd close].

[list_end]

[see_also trf-intro]
[keywords transformation unstacking removal]
[manpage_end]