Penguin
Annotated edit history of msgcmp(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MSGCMP
2 !!!MSGCMP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 msgcmp - compare two message catalogs
15 !!SYNOPSIS
16
17
18 __msgcmp__ [[''OPTION''] ''def.po
19 ref.po''
20 !!DESCRIPTION
21
22
23 Mandatory arguments to long options are mandatory for short
24 options too.
25
26
27 __-D__, __--directory__=''DIRECTORY''
28
29
30 add ''DIRECTORY'' to list for input files
31 search
32
33
34 __-h__, __--help__
35
36
37 display a help message and exit
38
39
40 __-V__, __--version__
41
42
43 output version information and exit
44
45
46 Compare two Uniforum style .po files to check that both
47 contain the same set of msgid strings. The ''def.po''
48 file is an existing PO file with the old translations. The
49 ''ref.po'' file is the last created PO file (generally by
50 __xgettext__). This is useful for checking that you have
51 translated each and every message in your program. Where an
52 exact match cannot be found, fuzzy matching is used to
53 produce better diagnostics.
54 !!AUTHOR
55
56
57 Written by Peter Miller.
58 !!REPORTING BUGS
59
60
61 Report bugs to
62 !!COPYRIGHT
63
64
65 Copyright 1995-1998, 2000, 2001 Free Software Foundation,
66 Inc.
67 This is free software; see the source for copying
68 conditions. There is NO warranty; not even for
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR
70 PURPOSE.
71 !!SEE ALSO
72
73
74 gettext(1), msgfmt(1),
75 xgettext(1)
76
77
78 The full documentation for __msgcmp__ is maintained as a
79 Texinfo manual. If the __info__ and __msgcmp__
80 programs are properly installed at your site, the command
81 __info msgcmp__ should give you access to the complete
82 manual.
83
84
85 On Debian, the manual is also available in HTML format in
86 the gettext-doc package.
87 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.