No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msginit.1
blob4e8bdc0f1fbd83ebd170283e67719cbc8020c5aa
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGINIT "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msginit \- initialize a message catalog
5 .SH SYNOPSIS
6 .B msginit
7 [\fIOPTION\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Creates a new PO file, initializing the meta information with values from the
12 user's environment.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .SS "Input file location:"
16 .TP
17 \fB\-i\fR, \fB\-\-input\fR=\fIINPUTFILE\fR
18 input POT file
19 .PP
20 If no input file is given, the current directory is searched for the POT file.
21 If it is -, standard input is read.
22 .SS "Output file location:"
23 .TP
24 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
25 write output to specified PO file
26 .PP
27 If no output file is given, it depends on the \fB\-\-locale\fR option or the user's
28 locale setting.  If it is -, the results are written to standard output.
29 .SS "Input file syntax:"
30 .TP
31 \fB\-P\fR, \fB\-\-properties\-input\fR
32 input file is in Java .properties syntax
33 .TP
34 \fB\-\-stringtable\-input\fR
35 input file is in NeXTstep/GNUstep .strings syntax
36 .SS "Output details:"
37 .TP
38 \fB\-l\fR, \fB\-\-locale\fR=\fILL_CC\fR
39 set target locale
40 .TP
41 \fB\-\-no\-translator\fR
42 assume the PO file is automatically generated
43 .TP
44 \fB\-p\fR, \fB\-\-properties\-output\fR
45 write out a Java .properties file
46 .TP
47 \fB\-\-stringtable\-output\fR
48 write out a NeXTstep/GNUstep .strings file
49 .TP
50 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
51 set output page width
52 .TP
53 \fB\-\-no\-wrap\fR
54 do not break long message lines, longer than
55 the output page width, into several lines
56 .SS "Informative output:"
57 .TP
58 \fB\-h\fR, \fB\-\-help\fR
59 display this help and exit
60 .TP
61 \fB\-V\fR, \fB\-\-version\fR
62 output version information and exit
63 .SH AUTHOR
64 Written by Bruno Haible.
65 .SH "REPORTING BUGS"
66 Report bugs to <bug-gnu-gettext@gnu.org>.
67 .SH COPYRIGHT
68 Copyright \(co 2001-2005 Free Software Foundation, Inc.
69 .br
70 This is free software; see the source for copying conditions.  There is NO
71 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
72 .SH "SEE ALSO"
73 The full documentation for
74 .B msginit
75 is maintained as a Texinfo manual.  If the
76 .B info
77 and
78 .B msginit
79 programs are properly installed at your site, the command
80 .IP
81 .B info msginit
82 .PP
83 should give you access to the complete manual.