No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgcomm.1
blobad3aefd9b465226c6f4921387ebc6d6aa813ebdc
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGCOMM "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgcomm \- match two message catalogs
5 .SH SYNOPSIS
6 .B msgcomm
7 [\fIOPTION\fR] [\fIINPUTFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Find messages which are common to two or more of the specified PO files.
12 By using the \fB\-\-more\-than\fR option, greater commonality may be requested
13 before messages are printed.  Conversely, the \fB\-\-less\-than\fR option may be
14 used to specify less commonality before messages are printed (i.e.
15 \fB\-\-less\-than\fR=\fI2\fR will only print the unique messages).  Translations,
16 comments and extract comments will be preserved, but only from the first
17 PO file to define them.  File positions from all PO files will be
18 cumulated.
19 .PP
20 Mandatory arguments to long options are mandatory for short options too.
21 .SS "Input file location:"
22 .TP
23 INPUTFILE ...
24 input files
25 .TP
26 \fB\-f\fR, \fB\-\-files\-from\fR=\fIFILE\fR
27 get list of input files from FILE
28 .TP
29 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
30 add DIRECTORY to list for input files search
31 .PP
32 If input file is -, standard input is read.
33 .SS "Output file location:"
34 .TP
35 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
36 write output to specified file
37 .PP
38 The results are written to standard output if no output file is specified
39 or if it is -.
40 .SS "Message selection:"
41 .TP
42 -<, \fB\-\-less\-than\fR=\fINUMBER\fR
43 print messages with less than this many
44 definitions, defaults to infinite if not set
45 .TP
46 ->, \fB\-\-more\-than\fR=\fINUMBER\fR
47 print messages with more than this many
48 definitions, defaults to 1 if not set
49 .TP
50 \fB\-u\fR, \fB\-\-unique\fR
51 shorthand for \fB\-\-less\-than\fR=\fI2\fR, requests
52 that only unique messages be printed
53 .SS "Input file syntax:"
54 .TP
55 \fB\-P\fR, \fB\-\-properties\-input\fR
56 input files are in Java .properties syntax
57 .TP
58 \fB\-\-stringtable\-input\fR
59 input files are in NeXTstep/GNUstep .strings
60 syntax
61 .SS "Output details:"
62 .TP
63 \fB\-e\fR, \fB\-\-no\-escape\fR
64 do not use C escapes in output (default)
65 .TP
66 \fB\-E\fR, \fB\-\-escape\fR
67 use C escapes in output, no extended chars
68 .TP
69 \fB\-\-force\-po\fR
70 write PO file even if empty
71 .TP
72 \fB\-i\fR, \fB\-\-indent\fR
73 write the .po file using indented style
74 .TP
75 \fB\-\-no\-location\fR
76 do not write '#: filename:line' lines
77 .TP
78 \fB\-n\fR, \fB\-\-add\-location\fR
79 generate '#: filename:line' lines (default)
80 .TP
81 \fB\-\-strict\fR
82 write out strict Uniforum conforming .po file
83 .TP
84 \fB\-p\fR, \fB\-\-properties\-output\fR
85 write out a Java .properties file
86 .TP
87 \fB\-\-stringtable\-output\fR
88 write out a NeXTstep/GNUstep .strings file
89 .TP
90 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
91 set output page width
92 .TP
93 \fB\-\-no\-wrap\fR
94 do not break long message lines, longer than
95 the output page width, into several lines
96 .TP
97 \fB\-s\fR, \fB\-\-sort\-output\fR
98 generate sorted output
99 .TP
100 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
101 sort output by file location
103 \fB\-\-omit\-header\fR
104 don't write header with `msgid ""' entry
105 .SS "Informative output:"
107 \fB\-h\fR, \fB\-\-help\fR
108 display this help and exit
110 \fB\-V\fR, \fB\-\-version\fR
111 output version information and exit
112 .SH AUTHOR
113 Written by Peter Miller.
114 .SH "REPORTING BUGS"
115 Report bugs to <bug-gnu-gettext@gnu.org>.
116 .SH COPYRIGHT
117 Copyright \(co 1995-1998, 2000-2005 Free Software Foundation, Inc.
119 This is free software; see the source for copying conditions.  There is NO
120 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
121 .SH "SEE ALSO"
122 The full documentation for
123 .B msgcomm
124 is maintained as a Texinfo manual.  If the
125 .B info
127 .B msgcomm
128 programs are properly installed at your site, the command
130 .B info msgcomm
132 should give you access to the complete manual.