No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgunfmt.1
blob72e9729b24bbbf8decad942f6c089fd81cb6dcf7
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGUNFMT "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgunfmt \- uncompile message catalog from binary format
5 .SH SYNOPSIS
6 .B msgunfmt
7 [\fIOPTION\fR] [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Convert binary message catalog to Uniforum style .po file.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .SS "Operation mode:"
15 .TP
16 \fB\-j\fR, \fB\-\-java\fR
17 Java mode: input is a Java ResourceBundle class
18 .TP
19 \fB\-\-csharp\fR
20 C# mode: input is a .NET .dll file
21 .TP
22 \fB\-\-csharp\-resources\fR
23 C# resources mode: input is a .NET .resources file
24 .TP
25 \fB\-\-tcl\fR
26 Tcl mode: input is a tcl/msgcat .msg file
27 .SS "Input file location:"
28 .TP
29 FILE ...
30 input .mo files
31 .PP
32 If no input file is given or if it is -, standard input is read.
33 .SS "Input file location in Java mode:"
34 .TP
35 \fB\-r\fR, \fB\-\-resource\fR=\fIRESOURCE\fR
36 resource name
37 .TP
38 \fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
39 locale name, either language or language_COUNTRY
40 .PP
41 The class name is determined by appending the locale name to the resource name,
42 separated with an underscore.  The class is located using the CLASSPATH.
43 .SS "Input file location in C# mode:"
44 .TP
45 \fB\-r\fR, \fB\-\-resource\fR=\fIRESOURCE\fR
46 resource name
47 .TP
48 \fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
49 locale name, either language or language_COUNTRY
50 .TP
51 \fB\-d\fR DIRECTORY
52 base directory for locale dependent .dll files
53 .PP
54 The \fB\-l\fR and \fB\-d\fR options are mandatory.  The .dll file is located in a
55 subdirectory of the specified directory whose name depends on the locale.
56 .SS "Input file location in Tcl mode:"
57 .TP
58 \fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
59 locale name, either language or language_COUNTRY
60 .TP
61 \fB\-d\fR DIRECTORY
62 base directory of .msg message catalogs
63 .PP
64 The \fB\-l\fR and \fB\-d\fR options are mandatory.  The .msg file is located in the
65 specified directory.
66 .SS "Output file location:"
67 .TP
68 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
69 write output to specified file
70 .PP
71 The results are written to standard output if no output file is specified
72 or if it is -.
73 .SS "Output details:"
74 .TP
75 \fB\-e\fR, \fB\-\-no\-escape\fR
76 do not use C escapes in output (default)
77 .TP
78 \fB\-E\fR, \fB\-\-escape\fR
79 use C escapes in output, no extended chars
80 .TP
81 \fB\-\-force\-po\fR
82 write PO file even if empty
83 .TP
84 \fB\-i\fR, \fB\-\-indent\fR
85 write indented output style
86 .TP
87 \fB\-\-strict\fR
88 write strict uniforum style
89 .TP
90 \fB\-p\fR, \fB\-\-properties\-output\fR
91 write out a Java .properties file
92 .TP
93 \fB\-\-stringtable\-output\fR
94 write out a NeXTstep/GNUstep .strings file
95 .TP
96 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
97 set output page width
98 .TP
99 \fB\-\-no\-wrap\fR
100 do not break long message lines, longer than
101 the output page width, into several lines
103 \fB\-s\fR, \fB\-\-sort\-output\fR
104 generate sorted output
105 .SS "Informative output:"
107 \fB\-h\fR, \fB\-\-help\fR
108 display this help and exit
110 \fB\-V\fR, \fB\-\-version\fR
111 output version information and exit
113 \fB\-v\fR, \fB\-\-verbose\fR
114 increase verbosity level
115 .SH AUTHOR
116 Written by Ulrich Drepper.
117 .SH "REPORTING BUGS"
118 Report bugs to <bug-gnu-gettext@gnu.org>.
119 .SH COPYRIGHT
120 Copyright \(co 1995-1998, 2000-2005 Free Software Foundation, Inc.
122 This is free software; see the source for copying conditions.  There is NO
123 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
124 .SH "SEE ALSO"
125 The full documentation for
126 .B msgunfmt
127 is maintained as a Texinfo manual.  If the
128 .B info
130 .B msgunfmt
131 programs are properly installed at your site, the command
133 .B info msgunfmt
135 should give you access to the complete manual.