File: options.inc

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 (32 lines) | stat: -rw-r--r-- 947 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
27
28
29
30
31
32
[comment {-*- tcl -*- doctools = compress/options.inc}]

[lst_item "[option -mode] [const compress]|[const decompress]"]

This option has to be present and is always understood by the
compression.

[nl]

For [term immediate] mode the argument value specifies the operation
to use.  For an [term attached] compress it specifies the operation to
use for [emph writing]. Reading will automatically use the reverse
operation.

See section [sectref {IMMEDIATE versus ATTACHED}] for explanations of
these two terms.

[nl]

Beyond the argument values listed above all unique abbreviations are
recognized too.

[nl]

[const Compress] causes the compression of arbitrary (most likely
binary) data. [const Decompression] does the reverse .

[lst_item "[option -level] [arg integer]"]

Specifies the compression level. Is either the string [const default]
or an integer number in the range [const 1] (minimal compression) to
[const 9] (maximal compression).