]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/gencmn/decmn.8.in
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / tools / gencmn / decmn.8.in
1 .\" Hey, Emacs! This is -*-nroff-*- you know...
2 .\"
3 .\" decmn.8: manual page for the decmn utility
4 .\"
5 .\" Copyright (C) 2001 IBM, Inc. and others.
6 .\"
7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
8 .\"
9 .TH DECMN 8 "5 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 .SH NAME
11 .B decmn
12 \- explodes an ICU memory-mappable data file
13 .SH SYNOPSIS
14 .B decmn
15 [
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 ]
18 [
19 .B "\-n\"
20 ]
21 [
22 .BI "\-C\fP, \fB\-\-comment"
23 ]
24 [
25 .BI "\-d\fP, \fB\-\-destdir" " destination"
26 ]
27 .I archive
28 .SH DESCRIPTION
29 .B decmn
30 reads the ICU memory-mappable data file
31 .I archive
32 and writes each of the
33 packaged files that it contains as a separate file in the destination
34 directory.
35 .PP
36 .B decmn
37 also writes a list of these files on its standard output. This list of
38 files can later be used, along with the individual files that have
39 been generated, to produce a new common data file using
40 .BR gencmn (8).
41 .\" Note that the output of
42 .\" .B decmn
43 .\" is not in the format expected by
44 .\" .BR gencmn (8).
45 .\" One can obtain a suitable file by filtering the output through
46 .\" .B "sed -e '1,2d' -e 's/[^=]*=//' -e '/^endfiles$/d"
47 .\" which transforms it into a simple list of filenames.
48 .SH OPTIONS
49 .TP
50 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
51 Print help about usage and exit.
52 .TP
53 .B \-n
54 Do not create the output files.
55 .TP
56 .BI "\-C\fP, \fB\-\-comment"
57 Print the comment embedded in the archive file and exit.
58 .TP
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory to
61 .IR destination .
62 The default destination directory is the current directory.
63 .SH VERSION
64 @VERSION@
65 .SH COPYRIGHT
66 Copyright (C) 2001 IBM, Inc. and others.
67 .SH SEE ALSO
68 .BR gencmn (8)