]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/gencmn/decmn.8.in
ICU-6.2.10.tar.gz
[apple/icu.git] / icuSources / tools / gencmn / decmn.8.in
CommitLineData
b75a7d8f
A
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
30reads the ICU memory-mappable data file
31.I archive
32and writes each of the
33packaged files that it contains as a separate file in the destination
34directory.
35.PP
36.B decmn
37also writes a list of these files on its standard output. This list of
38files can later be used, along with the individual files that have
39been 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"
51Print help about usage and exit.
52.TP
53.B \-n
54Do not create the output files.
55.TP
56.BI "\-C\fP, \fB\-\-comment"
57Print the comment embedded in the archive file and exit.
58.TP
59.BI "\-d\fP, \fB\-\-destdir" " destination"
60Set the destination directory to
61.IR destination .
62The default destination directory is the current directory.
63.SH VERSION
64@VERSION@
65.SH COPYRIGHT
66Copyright (C) 2001 IBM, Inc. and others.
67.SH SEE ALSO
68.BR gencmn (8)