Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgexec.1
blob4819125c949d66f418c074ac8e40f006ba0d4f84
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGEXEC "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgexec \- process translations of message catalog
5 .SH SYNOPSIS
6 .B msgexec
7 [\fIOPTION\fR] \fICOMMAND \fR[\fICOMMAND-OPTION\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Applies a command to all translations of a translation catalog.
12 The COMMAND can be any program that reads a translation from standard
13 input.  It is invoked once for each translation.  Its output becomes
14 msgexec's output.  msgexec's return code is the maximum return code
15 across all invocations.
16 .PP
17 A special builtin command called '0' outputs the translation, followed by a
18 null byte.  The output of "msgexec 0" is suitable as input for "xargs \fB\-0\fR".
19 .PP
20 Mandatory arguments to long options are mandatory for short options too.
21 .SS "Input file location:"
22 .TP
23 \fB\-i\fR, \fB\-\-input\fR=\fIINPUTFILE\fR
24 input PO file
25 .TP
26 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
27 add DIRECTORY to list for input files search
28 .PP
29 If no input file is given or if it is -, standard input is read.
30 .SS "Input file syntax:"
31 .TP
32 \fB\-P\fR, \fB\-\-properties\-input\fR
33 input file is in Java .properties syntax
34 .TP
35 \fB\-\-stringtable\-input\fR
36 input file is in NeXTstep/GNUstep .strings syntax
37 .SS "Informative output:"
38 .TP
39 \fB\-h\fR, \fB\-\-help\fR
40 display this help and exit
41 .TP
42 \fB\-V\fR, \fB\-\-version\fR
43 output version information and exit
44 .SH AUTHOR
45 Written by Bruno Haible.
46 .SH "REPORTING BUGS"
47 Report bugs to <bug-gnu-gettext@gnu.org>.
48 .SH COPYRIGHT
49 Copyright \(co 2001-2005 Free Software Foundation, Inc.
50 .br
51 This is free software; see the source for copying conditions.  There is NO
52 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
53 .SH "SEE ALSO"
54 The full documentation for
55 .B msgexec
56 is maintained as a Texinfo manual.  If the
57 .B info
58 and
59 .B msgexec
60 programs are properly installed at your site, the command
61 .IP
62 .B info msgexec
63 .PP
64 should give you access to the complete manual.