Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / msgcmp.1
blobda0267cbcc657961e13fb91891cd925243f4fd56
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGCMP "1" "June 2010" "GNU gettext-tools 0.18.1" 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 .TP
34 \fB\-N\fR, \fB\-\-no\-fuzzy\-matching\fR
35 do not use fuzzy matching
36 .TP
37 \fB\-\-use\-fuzzy\fR
38 consider fuzzy entries
39 .TP
40 \fB\-\-use\-untranslated\fR
41 consider untranslated entries
42 .SS "Input file syntax:"
43 .TP
44 \fB\-P\fR, \fB\-\-properties\-input\fR
45 input files are in Java .properties syntax
46 .TP
47 \fB\-\-stringtable\-input\fR
48 input files are in NeXTstep/GNUstep .strings
49 syntax
50 .SS "Informative output:"
51 .TP
52 \fB\-h\fR, \fB\-\-help\fR
53 display this help and exit
54 .TP
55 \fB\-V\fR, \fB\-\-version\fR
56 output version information and exit
57 .SH AUTHOR
58 Written by Peter Miller.
59 .SH "REPORTING BUGS"
60 Report bugs to <bug-gnu-gettext@gnu.org>.
61 .SH COPYRIGHT
62 Copyright \(co 1995-1998, 2000-2010 Free Software Foundation, Inc.
63 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
64 .br
65 This is free software: you are free to change and redistribute it.
66 There is NO WARRANTY, to the extent permitted by law.
67 .SH "SEE ALSO"
68 The full documentation for
69 .B msgcmp
70 is maintained as a Texinfo manual.  If the
71 .B info
72 and
73 .B msgcmp
74 programs are properly installed at your site, the command
75 .IP
76 .B info msgcmp
77 .PP
78 should give you access to the complete manual.