Codebase list teckit / 4604f90
add manpage for teckit_compile Daniel Glassey 8 years ago
2 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 .TH teckit_compile "1" "2015-11-14"
1 .SH NAME
2 teckit_compile \- manual page for command line error at --version
3 .SH SYNOPSIS
4 .B teckit_compile
5 [\fI\,-u\/\fR] [\fI\,-x\/\fR] [\fI\,-z\/\fR] \fI\,mapping_description \/\fR[\fI\,-o compiled_table\/\fR]
6 .SH OPTIONS
7 Required argument:
8 .IP
9 \fBsource\fR mapping description (.map) file
10 .PP
11 Optional arguments:
12 .TP
13 .BR \fB\-o\fR file
14 output compiled table (.tec) file ("\-" for stdout)
15 .TP
16 .BR \fB\-u\fR
17 read source text as UTF8 even if no BOM found
18 .TP
19 .BR \fB\-x\fR
20 generate XML representation rather than compiled table
21 .TP
22 .BR \fB\-z\fR
23 generate uncompressed table format
24 .SH Further Information
25 For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system.
26 A description of the mapping description language used by the compiler, with examples, is found in TECkit_Language_2.1.doc.pdf.gz
00 debian/man/sfconv.1
11 debian/man/txtconv.1
2 debian/man/teckit_compile.1