Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/msgcomm.1.html @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 <!-- Creator : groff version 1.22.3 --> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
3 "http://www.w3.org/TR/html4/loose.dtd"> | |
4 <html> | |
5 <head> | |
6 <meta name="generator" content="groff -Thtml, see www.gnu.org"> | |
7 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> | |
8 <meta name="Content-Style" content="text/css"> | |
9 <style type="text/css"> | |
10 p { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
11 pre { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
12 table { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
13 h1 { text-align: center } | |
14 </style> | |
15 <title>MSGCOMM</title> | |
16 | |
17 </head> | |
18 <body> | |
19 | |
20 <h1 align="center">MSGCOMM</h1> | |
21 | |
22 <a href="#NAME">NAME</a><br> | |
23 <a href="#SYNOPSIS">SYNOPSIS</a><br> | |
24 <a href="#DESCRIPTION">DESCRIPTION</a><br> | |
25 <a href="#AUTHOR">AUTHOR</a><br> | |
26 <a href="#REPORTING BUGS">REPORTING BUGS</a><br> | |
27 <a href="#COPYRIGHT">COPYRIGHT</a><br> | |
28 <a href="#SEE ALSO">SEE ALSO</a><br> | |
29 | |
30 <hr> | |
31 | |
32 | |
33 <h2>NAME | |
34 <a name="NAME"></a> | |
35 </h2> | |
36 | |
37 | |
38 <p style="margin-left:11%; margin-top: 1em">msgcomm - | |
39 match two message catalogs</p> | |
40 | |
41 <h2>SYNOPSIS | |
42 <a name="SYNOPSIS"></a> | |
43 </h2> | |
44 | |
45 | |
46 <p style="margin-left:11%; margin-top: 1em"><b>msgcomm</b> | |
47 [<i>OPTION</i>] [<i>INPUTFILE</i>]...</p> | |
48 | |
49 <h2>DESCRIPTION | |
50 <a name="DESCRIPTION"></a> | |
51 </h2> | |
52 | |
53 | |
54 <p style="margin-left:11%; margin-top: 1em">Find messages | |
55 which are common to two or more of the specified PO files. | |
56 By using the <b>--more-than</b> option, | |
57 greater commonality may be requested before messages are | |
58 printed. Conversely, the | |
59 <b>--less-than</b> option may be used to | |
60 specify less commonality before messages are printed (i.e. | |
61 <b>--less-than</b>=<i>2</i> will only | |
62 print the unique messages). Translations, comments and | |
63 extracted comments will be preserved, but only from the | |
64 first PO file to define them. File positions from all PO | |
65 files will be cumulated.</p> | |
66 | |
67 <p style="margin-left:11%; margin-top: 1em">Mandatory | |
68 arguments to long options are mandatory for short options | |
69 too.</p> | |
70 | |
71 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
72 location:</b> <br> | |
73 INPUTFILE ...</p> | |
74 | |
75 <p style="margin-left:22%;">input files</p> | |
76 | |
77 <p style="margin-left:11%;"><b>-f</b>, | |
78 <b>--files-from</b>=<i>FILE</i></p> | |
79 | |
80 <p style="margin-left:22%;">get list of input files from | |
81 FILE</p> | |
82 | |
83 <p style="margin-left:11%;"><b>-D</b>, | |
84 <b>--directory</b>=<i>DIRECTORY</i></p> | |
85 | |
86 <p style="margin-left:22%;">add DIRECTORY to list for input | |
87 files search</p> | |
88 | |
89 <p style="margin-left:11%; margin-top: 1em">If input file | |
90 is -, standard input is read.</p> | |
91 | |
92 <p style="margin-left:11%; margin-top: 1em"><b>Output file | |
93 location: <br> | |
94 -o</b>, | |
95 <b>--output-file</b>=<i>FILE</i></p> | |
96 | |
97 <p style="margin-left:22%;">write output to specified | |
98 file</p> | |
99 | |
100 <p style="margin-left:11%; margin-top: 1em">The results are | |
101 written to standard output if no output file is specified or | |
102 if it is -.</p> | |
103 | |
104 <p style="margin-left:11%; margin-top: 1em"><b>Message | |
105 selection:</b> <br> | |
106 -<, | |
107 <b>--less-than</b>=<i>NUMBER</i></p> | |
108 | |
109 <p style="margin-left:22%;">print messages with less than | |
110 this many definitions, defaults to infinite if not set</p> | |
111 | |
112 <p style="margin-left:11%;">->, | |
113 <b>--more-than</b>=<i>NUMBER</i></p> | |
114 | |
115 <p style="margin-left:22%;">print messages with more than | |
116 this many definitions, defaults to 1 if not set</p> | |
117 | |
118 <p style="margin-left:11%;"><b>-u</b>, | |
119 <b>--unique</b></p> | |
120 | |
121 <p style="margin-left:22%;">shorthand for | |
122 <b>--less-than</b>=<i>2</i>, requests that | |
123 only unique messages be printed</p> | |
124 | |
125 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
126 syntax: <br> | |
127 -P</b>, | |
128 <b>--properties-input</b></p> | |
129 | |
130 <p style="margin-left:22%;">input files are in Java | |
131 .properties syntax</p> | |
132 | |
133 | |
134 <p style="margin-left:11%;"><b>--stringtable-input</b></p> | |
135 | |
136 <p style="margin-left:22%;">input files are in | |
137 NeXTstep/GNUstep .strings syntax</p> | |
138 | |
139 <p style="margin-left:11%; margin-top: 1em"><b>Output | |
140 details: <br> | |
141 --color</b></p> | |
142 | |
143 <p style="margin-left:22%;">use colors and other text | |
144 attributes always</p> | |
145 | |
146 | |
147 <p style="margin-left:11%;"><b>--color</b>=<i>WHEN</i></p> | |
148 | |
149 <p style="margin-left:22%;">use colors and other text | |
150 attributes if WHEN. WHEN may be ’always’, | |
151 ’never’, ’auto’, or | |
152 ’html’.</p> | |
153 | |
154 | |
155 <p style="margin-left:11%;"><b>--style</b>=<i>STYLEFILE</i></p> | |
156 | |
157 <p style="margin-left:22%;">specify CSS style rule file for | |
158 <b>--color</b></p> | |
159 | |
160 <p style="margin-left:11%;"><b>-e</b>, | |
161 <b>--no-escape</b></p> | |
162 | |
163 <p style="margin-left:22%;">do not use C escapes in output | |
164 (default)</p> | |
165 | |
166 <p style="margin-left:11%;"><b>-E</b>, | |
167 <b>--escape</b></p> | |
168 | |
169 <p style="margin-left:22%;">use C escapes in output, no | |
170 extended chars</p> | |
171 | |
172 | |
173 <p style="margin-left:11%;"><b>--force-po</b></p> | |
174 | |
175 <p style="margin-left:22%;">write PO file even if empty</p> | |
176 | |
177 <p style="margin-left:11%;"><b>-i</b>, | |
178 <b>--indent</b></p> | |
179 | |
180 <p style="margin-left:22%;">write the .po file using | |
181 indented style</p> | |
182 | |
183 | |
184 <p style="margin-left:11%;"><b>--no-location</b></p> | |
185 | |
186 <p style="margin-left:22%;">do not write ’#: | |
187 filename:line’ lines</p> | |
188 | |
189 <p style="margin-left:11%;"><b>-n</b>, | |
190 <b>--add-location</b></p> | |
191 | |
192 <p style="margin-left:22%;">generate ’#: | |
193 filename:line’ lines (default)</p> | |
194 | |
195 | |
196 <p style="margin-left:11%;"><b>--strict</b></p> | |
197 | |
198 <p style="margin-left:22%;">write out strict Uniforum | |
199 conforming .po file</p> | |
200 | |
201 <p style="margin-left:11%;"><b>-p</b>, | |
202 <b>--properties-output</b></p> | |
203 | |
204 <p style="margin-left:22%;">write out a Java .properties | |
205 file</p> | |
206 | |
207 | |
208 <p style="margin-left:11%;"><b>--stringtable-output</b></p> | |
209 | |
210 <p style="margin-left:22%;">write out a NeXTstep/GNUstep | |
211 .strings file</p> | |
212 | |
213 <p style="margin-left:11%;"><b>-w</b>, | |
214 <b>--width</b>=<i>NUMBER</i></p> | |
215 | |
216 <p style="margin-left:22%;">set output page width</p> | |
217 | |
218 | |
219 <p style="margin-left:11%;"><b>--no-wrap</b></p> | |
220 | |
221 <p style="margin-left:22%;">do not break long message | |
222 lines, longer than the output page width, into several | |
223 lines</p> | |
224 | |
225 <p style="margin-left:11%;"><b>-s</b>, | |
226 <b>--sort-output</b></p> | |
227 | |
228 <p style="margin-left:22%;">generate sorted output</p> | |
229 | |
230 <p style="margin-left:11%;"><b>-F</b>, | |
231 <b>--sort-by-file</b></p> | |
232 | |
233 <p style="margin-left:22%;">sort output by file | |
234 location</p> | |
235 | |
236 | |
237 <p style="margin-left:11%;"><b>--omit-header</b></p> | |
238 | |
239 <p style="margin-left:22%;">don’t write header with | |
240 ’msgid ""’ entry</p> | |
241 | |
242 <p style="margin-left:11%; margin-top: 1em"><b>Informative | |
243 output: <br> | |
244 -h</b>, <b>--help</b></p> | |
245 | |
246 <p style="margin-left:22%;">display this help and exit</p> | |
247 | |
248 <p style="margin-left:11%;"><b>-V</b>, | |
249 <b>--version</b></p> | |
250 | |
251 <p style="margin-left:22%;">output version information and | |
252 exit</p> | |
253 | |
254 <h2>AUTHOR | |
255 <a name="AUTHOR"></a> | |
256 </h2> | |
257 | |
258 | |
259 <p style="margin-left:11%; margin-top: 1em">Written by | |
260 Peter Miller.</p> | |
261 | |
262 <h2>REPORTING BUGS | |
263 <a name="REPORTING BUGS"></a> | |
264 </h2> | |
265 | |
266 | |
267 <p style="margin-left:11%; margin-top: 1em">Report bugs in | |
268 the bug tracker at | |
269 <https://savannah.gnu.org/projects/gettext> or by | |
270 email to <bug-gettext@gnu.org>.</p> | |
271 | |
272 <h2>COPYRIGHT | |
273 <a name="COPYRIGHT"></a> | |
274 </h2> | |
275 | |
276 | |
277 <p style="margin-left:11%; margin-top: 1em">Copyright | |
278 © 1995-2023 Free Software Foundation, Inc. | |
279 License GPLv3+: GNU GPL version 3 or later | |
280 <https://gnu.org/licenses/gpl.html> <br> | |
281 This is free software: you are free to change and | |
282 redistribute it. There is NO WARRANTY, to the extent | |
283 permitted by law.</p> | |
284 | |
285 <h2>SEE ALSO | |
286 <a name="SEE ALSO"></a> | |
287 </h2> | |
288 | |
289 | |
290 <p style="margin-left:11%; margin-top: 1em">The full | |
291 documentation for <b>msgcomm</b> is maintained as a Texinfo | |
292 manual. If the <b>info</b> and <b>msgcomm</b> programs are | |
293 properly installed at your site, the command</p> | |
294 | |
295 <p style="margin-left:22%; margin-top: 1em"><b>info | |
296 msgcomm</b></p> | |
297 | |
298 <p style="margin-left:11%; margin-top: 1em">should give you | |
299 access to the complete manual.</p> | |
300 <hr> | |
301 </body> | |
302 </html> |