No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgcmp.1
blobd33f089c41b69410b78db27eb247bf2110c90926
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGCMP "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgcmp \- compare message catalog and template
5 .SH SYNOPSIS
6 .B msgcmp
7 [\fIOPTION\fR] \fIdef.po ref.pot\fR
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Compare two Uniforum style .po files to check that both contain the same
12 set of msgid strings.  The def.po file is an existing PO file with the
13 translations.  The ref.pot file is the last created PO file, or a PO Template
14 file (generally created by xgettext).  This is useful for checking that
15 you have translated each and every message in your program.  Where an exact
16 match cannot be found, fuzzy matching is used to produce better diagnostics.
17 .PP
18 Mandatory arguments to long options are mandatory for short options too.
19 .SS "Input file location:"
20 .TP
21 def.po
22 translations
23 .TP
24 ref.pot
25 references to the sources
26 .TP
27 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
28 add DIRECTORY to list for input files search
29 .SS "Operation modifiers:"
30 .TP
31 \fB\-m\fR, \fB\-\-multi\-domain\fR
32 apply ref.pot to each of the domains in def.po
33 .SS "Input file syntax:"
34 .TP
35 \fB\-P\fR, \fB\-\-properties\-input\fR
36 input files are in Java .properties syntax
37 .TP
38 \fB\-\-stringtable\-input\fR
39 input files are in NeXTstep/GNUstep .strings
40 syntax
41 .SS "Informative output:"
42 .TP
43 \fB\-h\fR, \fB\-\-help\fR
44 display this help and exit
45 .TP
46 \fB\-V\fR, \fB\-\-version\fR
47 output version information and exit
48 .SH AUTHOR
49 Written by Peter Miller.
50 .SH "REPORTING BUGS"
51 Report bugs to <bug-gnu-gettext@gnu.org>.
52 .SH COPYRIGHT
53 Copyright \(co 1995-1998, 2000-2005 Free Software Foundation, Inc.
54 .br
55 This is free software; see the source for copying conditions.  There is NO
56 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57 .SH "SEE ALSO"
58 The full documentation for
59 .B msgcmp
60 is maintained as a Texinfo manual.  If the
61 .B info
62 and
63 .B msgcmp
64 programs are properly installed at your site, the command
65 .IP
66 .B info msgcmp
67 .PP
68 should give you access to the complete manual.