Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / man / msggrep.1.html
1 <!-- Creator     : groff version 1.18.1 -->
2 <html>
3 <head>
4 <meta name="generator" content="groff -Thtml, see www.gnu.org">
5 <meta name="Content-Style" content="text/css">
6 <title>MSGGREP</title>
7 </head>
8 <body>
9
10 <h1 align=center>MSGGREP</h1>
11 <a href="#NAME">NAME</a><br>
12 <a href="#SYNOPSIS">SYNOPSIS</a><br>
13 <a href="#DESCRIPTION">DESCRIPTION</a><br>
14 <a href="#AUTHOR">AUTHOR</a><br>
15 <a href="#REPORTING BUGS">REPORTING BUGS</a><br>
16 <a href="#COPYRIGHT">COPYRIGHT</a><br>
17 <a href="#SEE ALSO">SEE ALSO</a><br>
18
19 <hr>
20 <a name="NAME"></a>
21 <h2>NAME</h2>
22 <!-- INDENTATION -->
23 <table width="100%" border=0 rules="none" frame="void"
24        cols="2" cellspacing="0" cellpadding="0">
25 <tr valign="top" align="left">
26 <td width="10%"></td>
27 <td width="89%">
28 <p>msggrep &minus; pattern matching on message catalog</p>
29 </td>
30 </table>
31 <a name="SYNOPSIS"></a>
32 <h2>SYNOPSIS</h2>
33 <!-- INDENTATION -->
34 <table width="100%" border=0 rules="none" frame="void"
35        cols="2" cellspacing="0" cellpadding="0">
36 <tr valign="top" align="left">
37 <td width="10%"></td>
38 <td width="89%">
39 <p><b>msggrep</b> [<i>OPTION</i>] [<i>INPUTFILE</i>]</p>
40 </td>
41 </table>
42 <a name="DESCRIPTION"></a>
43 <h2>DESCRIPTION</h2>
44 <!-- INDENTATION -->
45 <table width="100%" border=0 rules="none" frame="void"
46        cols="2" cellspacing="0" cellpadding="0">
47 <tr valign="top" align="left">
48 <td width="10%"></td>
49 <td width="89%">
50 <p>Extracts all messages of a translation catalog that match
51 a given pattern or belong to some given source files.</p>
52 <!-- INDENTATION -->
53 <p>Mandatory arguments to long options are mandatory for
54 short options too.</p>
55 </td>
56 </table>
57 <!-- INDENTATION -->
58 <table width="100%" border=0 rules="none" frame="void"
59        cols="2" cellspacing="0" cellpadding="0">
60 <tr valign="top" align="left">
61 <td width="4%"></td>
62 <td width="95%">
63 <p><b>Input file location:</b></p></td>
64 </table>
65 <!-- INDENTATION -->
66 <table width="100%" border=0 rules="none" frame="void"
67        cols="2" cellspacing="0" cellpadding="0">
68 <tr valign="top" align="left">
69 <td width="10%"></td>
70 <td width="89%">
71 <p>INPUTFILE</p></td>
72 </table>
73 <!-- INDENTATION -->
74 <table width="100%" border=0 rules="none" frame="void"
75        cols="2" cellspacing="0" cellpadding="0">
76 <tr valign="top" align="left">
77 <td width="21%"></td>
78 <td width="77%">
79 <p>input PO file</p>
80 </td>
81 </table>
82 <!-- INDENTATION -->
83 <table width="100%" border=0 rules="none" frame="void"
84        cols="2" cellspacing="0" cellpadding="0">
85 <tr valign="top" align="left">
86 <td width="10%"></td>
87 <td width="89%">
88 <p><b>&minus;D</b>,
89 <b>&minus;&minus;directory</b>=<i>DIRECTORY</i></p></td>
90 </table>
91 <!-- INDENTATION -->
92 <table width="100%" border=0 rules="none" frame="void"
93        cols="2" cellspacing="0" cellpadding="0">
94 <tr valign="top" align="left">
95 <td width="21%"></td>
96 <td width="77%">
97 <p>add DIRECTORY to list for input files search</p>
98 </td>
99 </table>
100 <!-- INDENTATION -->
101 <table width="100%" border=0 rules="none" frame="void"
102        cols="2" cellspacing="0" cellpadding="0">
103 <tr valign="top" align="left">
104 <td width="10%"></td>
105 <td width="89%">
106 <p>If no input file is given or if it is -, standard input
107 is read.</p>
108 </td>
109 </table>
110 <!-- INDENTATION -->
111 <table width="100%" border=0 rules="none" frame="void"
112        cols="2" cellspacing="0" cellpadding="0">
113 <tr valign="top" align="left">
114 <td width="4%"></td>
115 <td width="95%">
116 <p><b>Output file location:</b></p></td>
117 </table>
118 <!-- INDENTATION -->
119 <table width="100%" border=0 rules="none" frame="void"
120        cols="2" cellspacing="0" cellpadding="0">
121 <tr valign="top" align="left">
122 <td width="10%"></td>
123 <td width="89%">
124 <p><b>&minus;o</b>,
125 <b>&minus;&minus;output&minus;file</b>=<i>FILE</i></p></td>
126 </table>
127 <!-- INDENTATION -->
128 <table width="100%" border=0 rules="none" frame="void"
129        cols="2" cellspacing="0" cellpadding="0">
130 <tr valign="top" align="left">
131 <td width="21%"></td>
132 <td width="77%">
133 <p>write output to specified file</p>
134 </td>
135 </table>
136 <!-- INDENTATION -->
137 <table width="100%" border=0 rules="none" frame="void"
138        cols="2" cellspacing="0" cellpadding="0">
139 <tr valign="top" align="left">
140 <td width="10%"></td>
141 <td width="89%">
142 <p>The results are written to standard output if no output
143 file is specified or if it is -.</p>
144 </td>
145 </table>
146 <!-- INDENTATION -->
147 <table width="100%" border=0 rules="none" frame="void"
148        cols="2" cellspacing="0" cellpadding="0">
149 <tr valign="top" align="left">
150 <td width="4%"></td>
151 <td width="95%">
152 <p><b>Message selection:</b></p></td>
153 </table>
154 <!-- INDENTATION -->
155 <table width="100%" border=0 rules="none" frame="void"
156        cols="2" cellspacing="0" cellpadding="0">
157 <tr valign="top" align="left">
158 <td width="20%"></td>
159 <td width="79%">
160 <p>[-N SOURCEFILE]... [-M DOMAINNAME]... [-J
161 MSGCTXT-PATTERN] [-K MSGID-PATTERN] [-T MSGSTR-PATTERN] [-C
162 COMMENT-PATTERN] [-X EXTRACTED-COMMENT-PATTERN]</p>
163 </td>
164 </table>
165 <!-- INDENTATION -->
166 <table width="100%" border=0 rules="none" frame="void"
167        cols="2" cellspacing="0" cellpadding="0">
168 <tr valign="top" align="left">
169 <td width="10%"></td>
170 <td width="89%">
171 <p>A message is selected if it comes from one of the
172 specified source files, or if it comes from one of the
173 specified domains, or if <b>&minus;J</b> is given and its
174 context (msgctxt) matches MSGCTXT-PATTERN, or if
175 <b>&minus;K</b> is given and its key (msgid or msgid_plural)
176 matches MSGID-PATTERN, or if <b>&minus;T</b> is given and
177 its translation (msgstr) matches MSGSTR-PATTERN, or if
178 <b>&minus;C</b> is given and the translator&rsquo;s comment
179 matches COMMENT-PATTERN, or if <b>&minus;X</b> is given and
180 the extracted comment matches EXTRACTED-COMMENT-PATTERN.</p>
181 <!-- INDENTATION -->
182 <p>When more than one selection criterion is specified, the
183 set of selected messages is the union of the selected
184 messages of each criterion.</p>
185 <!-- INDENTATION -->
186 <p>MSGCTXT-PATTERN or MSGID-PATTERN or MSGSTR-PATTERN or
187 COMMENT-PATTERN or EXTRACTED-COMMENT-PATTERN syntax:</p>
188 </td>
189 </table>
190 <!-- INDENTATION -->
191 <table width="100%" border=0 rules="none" frame="void"
192        cols="2" cellspacing="0" cellpadding="0">
193 <tr valign="top" align="left">
194 <td width="20%"></td>
195 <td width="79%">
196 <p>[-E | <b>&minus;F]</b> [-e PATTERN | <b>&minus;f</b>
197 FILE]...</p>
198 </td>
199 </table>
200 <!-- INDENTATION -->
201 <table width="100%" border=0 rules="none" frame="void"
202        cols="2" cellspacing="0" cellpadding="0">
203 <tr valign="top" align="left">
204 <td width="10%"></td>
205 <td width="89%">
206 <p>PATTERNs are basic regular expressions by default, or
207 extended regular expressions if <b>&minus;E</b> is given, or
208 fixed strings if <b>&minus;F</b> is given.</p>
209 </td>
210 </table>
211 <!-- INDENTATION -->
212 <table width="100%" border=0 rules="none" frame="void"
213        cols="2" cellspacing="0" cellpadding="0">
214 <tr valign="top" align="left">
215 <td width="10%"></td>
216 <td width="89%">
217 <p><b>&minus;N</b>,
218 <b>&minus;&minus;location</b>=<i>SOURCEFILE</i></p></td>
219 </table>
220 <!-- INDENTATION -->
221 <table width="100%" border=0 rules="none" frame="void"
222        cols="2" cellspacing="0" cellpadding="0">
223 <tr valign="top" align="left">
224 <td width="21%"></td>
225 <td width="77%">
226 <p>select messages extracted from SOURCEFILE</p>
227 </td>
228 </table>
229 <!-- INDENTATION -->
230 <table width="100%" border=0 rules="none" frame="void"
231        cols="2" cellspacing="0" cellpadding="0">
232 <tr valign="top" align="left">
233 <td width="10%"></td>
234 <td width="89%">
235 <p><b>&minus;M</b>,
236 <b>&minus;&minus;domain</b>=<i>DOMAINNAME</i></p></td>
237 </table>
238 <!-- INDENTATION -->
239 <table width="100%" border=0 rules="none" frame="void"
240        cols="2" cellspacing="0" cellpadding="0">
241 <tr valign="top" align="left">
242 <td width="21%"></td>
243 <td width="77%">
244 <p>select messages belonging to domain DOMAINNAME</p>
245 </td>
246 </table>
247 <!-- INDENTATION -->
248 <table width="100%" border=0 rules="none" frame="void"
249        cols="2" cellspacing="0" cellpadding="0">
250 <tr valign="top" align="left">
251 <td width="10%"></td>
252 <td width="89%">
253 <p><b>&minus;J</b>, <b>&minus;&minus;msgctxt</b></p></td>
254 </table>
255 <!-- INDENTATION -->
256 <table width="100%" border=0 rules="none" frame="void"
257        cols="2" cellspacing="0" cellpadding="0">
258 <tr valign="top" align="left">
259 <td width="21%"></td>
260 <td width="77%">
261 <p>start of patterns for the msgctxt</p>
262 </td>
263 </table>
264 <!-- INDENTATION -->
265 <table width="100%" border=0 rules="none" frame="void"
266        cols="2" cellspacing="0" cellpadding="0">
267 <tr valign="top" align="left">
268 <td width="10%"></td>
269 <td width="89%">
270 <p><b>&minus;K</b>, <b>&minus;&minus;msgid</b></p></td>
271 </table>
272 <!-- INDENTATION -->
273 <table width="100%" border=0 rules="none" frame="void"
274        cols="2" cellspacing="0" cellpadding="0">
275 <tr valign="top" align="left">
276 <td width="21%"></td>
277 <td width="77%">
278 <p>start of patterns for the msgid</p>
279 </td>
280 </table>
281 <!-- INDENTATION -->
282 <table width="100%" border=0 rules="none" frame="void"
283        cols="2" cellspacing="0" cellpadding="0">
284 <tr valign="top" align="left">
285 <td width="10%"></td>
286 <td width="89%">
287 <p><b>&minus;T</b>, <b>&minus;&minus;msgstr</b></p></td>
288 </table>
289 <!-- INDENTATION -->
290 <table width="100%" border=0 rules="none" frame="void"
291        cols="2" cellspacing="0" cellpadding="0">
292 <tr valign="top" align="left">
293 <td width="21%"></td>
294 <td width="77%">
295 <p>start of patterns for the msgstr</p>
296 </td>
297 </table>
298 <!-- INDENTATION -->
299 <table width="100%" border=0 rules="none" frame="void"
300        cols="2" cellspacing="0" cellpadding="0">
301 <tr valign="top" align="left">
302 <td width="10%"></td>
303 <td width="89%">
304 <p><b>&minus;C</b>, <b>&minus;&minus;comment</b></p></td>
305 </table>
306 <!-- INDENTATION -->
307 <table width="100%" border=0 rules="none" frame="void"
308        cols="2" cellspacing="0" cellpadding="0">
309 <tr valign="top" align="left">
310 <td width="21%"></td>
311 <td width="77%">
312 <p>start of patterns for the translator&rsquo;s comment</p>
313 </td>
314 </table>
315 <!-- INDENTATION -->
316 <table width="100%" border=0 rules="none" frame="void"
317        cols="2" cellspacing="0" cellpadding="0">
318 <tr valign="top" align="left">
319 <td width="10%"></td>
320 <td width="89%">
321 <p><b>&minus;X</b>,
322 <b>&minus;&minus;extracted&minus;comment</b></p></td>
323 </table>
324 <!-- INDENTATION -->
325 <table width="100%" border=0 rules="none" frame="void"
326        cols="2" cellspacing="0" cellpadding="0">
327 <tr valign="top" align="left">
328 <td width="21%"></td>
329 <td width="77%">
330 <p>start of patterns for the extracted comment</p>
331 </td>
332 </table>
333 <!-- INDENTATION -->
334 <table width="100%" border=0 rules="none" frame="void"
335        cols="2" cellspacing="0" cellpadding="0">
336 <tr valign="top" align="left">
337 <td width="10%"></td>
338 <td width="89%">
339 <p><b>&minus;E</b>,
340 <b>&minus;&minus;extended&minus;regexp</b></p></td>
341 </table>
342 <!-- INDENTATION -->
343 <table width="100%" border=0 rules="none" frame="void"
344        cols="2" cellspacing="0" cellpadding="0">
345 <tr valign="top" align="left">
346 <td width="21%"></td>
347 <td width="77%">
348 <p>PATTERN is an extended regular expression</p>
349 </td>
350 </table>
351 <!-- INDENTATION -->
352 <table width="100%" border=0 rules="none" frame="void"
353        cols="2" cellspacing="0" cellpadding="0">
354 <tr valign="top" align="left">
355 <td width="10%"></td>
356 <td width="89%">
357 <p><b>&minus;F</b>,
358 <b>&minus;&minus;fixed&minus;strings</b></p></td>
359 </table>
360 <!-- INDENTATION -->
361 <table width="100%" border=0 rules="none" frame="void"
362        cols="2" cellspacing="0" cellpadding="0">
363 <tr valign="top" align="left">
364 <td width="21%"></td>
365 <td width="77%">
366 <p>PATTERN is a set of newline-separated strings</p>
367 </td>
368 </table>
369 <!-- INDENTATION -->
370 <table width="100%" border=0 rules="none" frame="void"
371        cols="2" cellspacing="0" cellpadding="0">
372 <tr valign="top" align="left">
373 <td width="10%"></td>
374 <td width="89%">
375 <p><b>&minus;e</b>,
376 <b>&minus;&minus;regexp</b>=<i>PATTERN</i></p></td>
377 </table>
378 <!-- INDENTATION -->
379 <table width="100%" border=0 rules="none" frame="void"
380        cols="2" cellspacing="0" cellpadding="0">
381 <tr valign="top" align="left">
382 <td width="21%"></td>
383 <td width="77%">
384 <p>use PATTERN as a regular expression</p>
385 </td>
386 </table>
387 <!-- INDENTATION -->
388 <table width="100%" border=0 rules="none" frame="void"
389        cols="2" cellspacing="0" cellpadding="0">
390 <tr valign="top" align="left">
391 <td width="10%"></td>
392 <td width="89%">
393 <p><b>&minus;f</b>,
394 <b>&minus;&minus;file</b>=<i>FILE</i></p></td>
395 </table>
396 <!-- INDENTATION -->
397 <table width="100%" border=0 rules="none" frame="void"
398        cols="2" cellspacing="0" cellpadding="0">
399 <tr valign="top" align="left">
400 <td width="21%"></td>
401 <td width="77%">
402 <p>obtain PATTERN from FILE</p>
403 </td>
404 </table>
405 <!-- INDENTATION -->
406 <table width="100%" border=0 rules="none" frame="void"
407        cols="2" cellspacing="0" cellpadding="0">
408 <tr valign="top" align="left">
409 <td width="10%"></td>
410 <td width="89%">
411 <p><b>&minus;i</b>,
412 <b>&minus;&minus;ignore&minus;case</b></p></td>
413 </table>
414 <!-- INDENTATION -->
415 <table width="100%" border=0 rules="none" frame="void"
416        cols="2" cellspacing="0" cellpadding="0">
417 <tr valign="top" align="left">
418 <td width="21%"></td>
419 <td width="77%">
420 <p>ignore case distinctions</p>
421 </td>
422 </table>
423 <!-- INDENTATION -->
424 <table width="100%" border=0 rules="none" frame="void"
425        cols="2" cellspacing="0" cellpadding="0">
426 <tr valign="top" align="left">
427 <td width="10%"></td>
428 <td width="89%">
429 <p><b>&minus;v</b>,
430 <b>&minus;&minus;invert&minus;match</b></p></td>
431 </table>
432 <!-- INDENTATION -->
433 <table width="100%" border=0 rules="none" frame="void"
434        cols="2" cellspacing="0" cellpadding="0">
435 <tr valign="top" align="left">
436 <td width="21%"></td>
437 <td width="77%">
438 <p>output only the messages that do not match any selection
439 criterion</p>
440 </td>
441 </table>
442 <!-- INDENTATION -->
443 <table width="100%" border=0 rules="none" frame="void"
444        cols="2" cellspacing="0" cellpadding="0">
445 <tr valign="top" align="left">
446 <td width="4%"></td>
447 <td width="95%">
448 <p><b>Input file syntax:</b></p></td>
449 </table>
450 <!-- INDENTATION -->
451 <table width="100%" border=0 rules="none" frame="void"
452        cols="2" cellspacing="0" cellpadding="0">
453 <tr valign="top" align="left">
454 <td width="10%"></td>
455 <td width="89%">
456 <p><b>&minus;P</b>,
457 <b>&minus;&minus;properties&minus;input</b></p></td>
458 </table>
459 <!-- INDENTATION -->
460 <table width="100%" border=0 rules="none" frame="void"
461        cols="2" cellspacing="0" cellpadding="0">
462 <tr valign="top" align="left">
463 <td width="21%"></td>
464 <td width="77%">
465 <p>input file is in Java .properties syntax</p>
466 </td>
467 </table>
468 <!-- INDENTATION -->
469 <table width="100%" border=0 rules="none" frame="void"
470        cols="2" cellspacing="0" cellpadding="0">
471 <tr valign="top" align="left">
472 <td width="10%"></td>
473 <td width="89%">
474 <p><b>&minus;&minus;stringtable&minus;input</b></p></td>
475 </table>
476 <!-- INDENTATION -->
477 <table width="100%" border=0 rules="none" frame="void"
478        cols="2" cellspacing="0" cellpadding="0">
479 <tr valign="top" align="left">
480 <td width="21%"></td>
481 <td width="77%">
482 <p>input file is in NeXTstep/GNUstep .strings syntax</p>
483 </td>
484 </table>
485 <!-- INDENTATION -->
486 <table width="100%" border=0 rules="none" frame="void"
487        cols="2" cellspacing="0" cellpadding="0">
488 <tr valign="top" align="left">
489 <td width="4%"></td>
490 <td width="95%">
491 <p><b>Output details:</b></p></td>
492 </table>
493 <!-- INDENTATION -->
494 <table width="100%" border=0 rules="none" frame="void"
495        cols="2" cellspacing="0" cellpadding="0">
496 <tr valign="top" align="left">
497 <td width="10%"></td>
498 <td width="89%">
499 <p><b>&minus;&minus;color</b></p></td>
500 </table>
501 <!-- INDENTATION -->
502 <table width="100%" border=0 rules="none" frame="void"
503        cols="2" cellspacing="0" cellpadding="0">
504 <tr valign="top" align="left">
505 <td width="21%"></td>
506 <td width="77%">
507 <p>use colors and other text attributes always</p>
508 </td>
509 </table>
510 <!-- INDENTATION -->
511 <table width="100%" border=0 rules="none" frame="void"
512        cols="2" cellspacing="0" cellpadding="0">
513 <tr valign="top" align="left">
514 <td width="10%"></td>
515 <td width="89%">
516 <p><b>&minus;&minus;color</b>=<i>WHEN</i></p></td>
517 </table>
518 <!-- INDENTATION -->
519 <table width="100%" border=0 rules="none" frame="void"
520        cols="2" cellspacing="0" cellpadding="0">
521 <tr valign="top" align="left">
522 <td width="21%"></td>
523 <td width="77%">
524 <p>use colors and other text attributes if WHEN. WHEN may be
525 &rsquo;always&rsquo;, &rsquo;never&rsquo;,
526 &rsquo;auto&rsquo;, or &rsquo;html&rsquo;.</p>
527 </td>
528 </table>
529 <!-- INDENTATION -->
530 <table width="100%" border=0 rules="none" frame="void"
531        cols="2" cellspacing="0" cellpadding="0">
532 <tr valign="top" align="left">
533 <td width="10%"></td>
534 <td width="89%">
535 <p><b>&minus;&minus;style</b>=<i>STYLEFILE</i></p></td>
536 </table>
537 <!-- INDENTATION -->
538 <table width="100%" border=0 rules="none" frame="void"
539        cols="2" cellspacing="0" cellpadding="0">
540 <tr valign="top" align="left">
541 <td width="21%"></td>
542 <td width="77%">
543 <p>specify CSS style rule file for
544 <b>&minus;&minus;color</b></p>
545 </td>
546 </table>
547 <!-- INDENTATION -->
548 <table width="100%" border=0 rules="none" frame="void"
549        cols="2" cellspacing="0" cellpadding="0">
550 <tr valign="top" align="left">
551 <td width="10%"></td>
552 <td width="89%">
553 <p><b>&minus;&minus;no&minus;escape</b></p></td>
554 </table>
555 <!-- INDENTATION -->
556 <table width="100%" border=0 rules="none" frame="void"
557        cols="2" cellspacing="0" cellpadding="0">
558 <tr valign="top" align="left">
559 <td width="21%"></td>
560 <td width="77%">
561 <p>do not use C escapes in output (default)</p>
562 </td>
563 </table>
564 <!-- INDENTATION -->
565 <table width="100%" border=0 rules="none" frame="void"
566        cols="2" cellspacing="0" cellpadding="0">
567 <tr valign="top" align="left">
568 <td width="10%"></td>
569 <td width="89%">
570 <p><b>&minus;&minus;escape</b></p></td>
571 </table>
572 <!-- INDENTATION -->
573 <table width="100%" border=0 rules="none" frame="void"
574        cols="2" cellspacing="0" cellpadding="0">
575 <tr valign="top" align="left">
576 <td width="21%"></td>
577 <td width="77%">
578 <p>use C escapes in output, no extended chars</p>
579 </td>
580 </table>
581 <!-- INDENTATION -->
582 <table width="100%" border=0 rules="none" frame="void"
583        cols="2" cellspacing="0" cellpadding="0">
584 <tr valign="top" align="left">
585 <td width="10%"></td>
586 <td width="89%">
587 <p><b>&minus;&minus;force&minus;po</b></p></td>
588 </table>
589 <!-- INDENTATION -->
590 <table width="100%" border=0 rules="none" frame="void"
591        cols="2" cellspacing="0" cellpadding="0">
592 <tr valign="top" align="left">
593 <td width="21%"></td>
594 <td width="77%">
595 <p>write PO file even if empty</p>
596 </td>
597 </table>
598 <!-- INDENTATION -->
599 <table width="100%" border=0 rules="none" frame="void"
600        cols="2" cellspacing="0" cellpadding="0">
601 <tr valign="top" align="left">
602 <td width="10%"></td>
603 <td width="89%">
604 <p><b>&minus;&minus;indent</b></p></td>
605 </table>
606 <!-- INDENTATION -->
607 <table width="100%" border=0 rules="none" frame="void"
608        cols="2" cellspacing="0" cellpadding="0">
609 <tr valign="top" align="left">
610 <td width="21%"></td>
611 <td width="77%">
612 <p>indented output style</p>
613 </td>
614 </table>
615 <!-- INDENTATION -->
616 <table width="100%" border=0 rules="none" frame="void"
617        cols="2" cellspacing="0" cellpadding="0">
618 <tr valign="top" align="left">
619 <td width="10%"></td>
620 <td width="89%">
621 <p><b>&minus;&minus;no&minus;location</b></p></td>
622 </table>
623 <!-- INDENTATION -->
624 <table width="100%" border=0 rules="none" frame="void"
625        cols="2" cellspacing="0" cellpadding="0">
626 <tr valign="top" align="left">
627 <td width="21%"></td>
628 <td width="77%">
629 <p>suppress &rsquo;#: filename:line&rsquo; lines</p>
630 </td>
631 </table>
632 <!-- INDENTATION -->
633 <table width="100%" border=0 rules="none" frame="void"
634        cols="2" cellspacing="0" cellpadding="0">
635 <tr valign="top" align="left">
636 <td width="10%"></td>
637 <td width="89%">
638 <p><b>&minus;&minus;add&minus;location</b></p></td>
639 </table>
640 <!-- INDENTATION -->
641 <table width="100%" border=0 rules="none" frame="void"
642        cols="2" cellspacing="0" cellpadding="0">
643 <tr valign="top" align="left">
644 <td width="21%"></td>
645 <td width="77%">
646 <p>preserve &rsquo;#: filename:line&rsquo; lines
647 (default)</p>
648 </td>
649 </table>
650 <!-- INDENTATION -->
651 <table width="100%" border=0 rules="none" frame="void"
652        cols="2" cellspacing="0" cellpadding="0">
653 <tr valign="top" align="left">
654 <td width="10%"></td>
655 <td width="89%">
656 <p><b>&minus;&minus;strict</b></p></td>
657 </table>
658 <!-- INDENTATION -->
659 <table width="100%" border=0 rules="none" frame="void"
660        cols="2" cellspacing="0" cellpadding="0">
661 <tr valign="top" align="left">
662 <td width="21%"></td>
663 <td width="77%">
664 <p>strict Uniforum output style</p>
665 </td>
666 </table>
667 <!-- INDENTATION -->
668 <table width="100%" border=0 rules="none" frame="void"
669        cols="2" cellspacing="0" cellpadding="0">
670 <tr valign="top" align="left">
671 <td width="10%"></td>
672 <td width="89%">
673 <p><b>&minus;p</b>,
674 <b>&minus;&minus;properties&minus;output</b></p></td>
675 </table>
676 <!-- INDENTATION -->
677 <table width="100%" border=0 rules="none" frame="void"
678        cols="2" cellspacing="0" cellpadding="0">
679 <tr valign="top" align="left">
680 <td width="21%"></td>
681 <td width="77%">
682 <p>write out a Java .properties file</p>
683 </td>
684 </table>
685 <!-- INDENTATION -->
686 <table width="100%" border=0 rules="none" frame="void"
687        cols="2" cellspacing="0" cellpadding="0">
688 <tr valign="top" align="left">
689 <td width="10%"></td>
690 <td width="89%">
691 <p><b>&minus;&minus;stringtable&minus;output</b></p></td>
692 </table>
693 <!-- INDENTATION -->
694 <table width="100%" border=0 rules="none" frame="void"
695        cols="2" cellspacing="0" cellpadding="0">
696 <tr valign="top" align="left">
697 <td width="21%"></td>
698 <td width="77%">
699 <p>write out a NeXTstep/GNUstep .strings file</p>
700 </td>
701 </table>
702 <!-- INDENTATION -->
703 <table width="100%" border=0 rules="none" frame="void"
704        cols="2" cellspacing="0" cellpadding="0">
705 <tr valign="top" align="left">
706 <td width="10%"></td>
707 <td width="89%">
708 <p><b>&minus;w</b>,
709 <b>&minus;&minus;width</b>=<i>NUMBER</i></p></td>
710 </table>
711 <!-- INDENTATION -->
712 <table width="100%" border=0 rules="none" frame="void"
713        cols="2" cellspacing="0" cellpadding="0">
714 <tr valign="top" align="left">
715 <td width="21%"></td>
716 <td width="77%">
717 <p>set output page width</p>
718 </td>
719 </table>
720 <!-- INDENTATION -->
721 <table width="100%" border=0 rules="none" frame="void"
722        cols="2" cellspacing="0" cellpadding="0">
723 <tr valign="top" align="left">
724 <td width="10%"></td>
725 <td width="89%">
726 <p><b>&minus;&minus;no&minus;wrap</b></p></td>
727 </table>
728 <!-- INDENTATION -->
729 <table width="100%" border=0 rules="none" frame="void"
730        cols="2" cellspacing="0" cellpadding="0">
731 <tr valign="top" align="left">
732 <td width="21%"></td>
733 <td width="77%">
734 <p>do not break long message lines, longer than the output
735 page width, into several lines</p>
736 </td>
737 </table>
738 <!-- INDENTATION -->
739 <table width="100%" border=0 rules="none" frame="void"
740        cols="2" cellspacing="0" cellpadding="0">
741 <tr valign="top" align="left">
742 <td width="10%"></td>
743 <td width="89%">
744 <p><b>&minus;&minus;sort&minus;output</b></p></td>
745 </table>
746 <!-- INDENTATION -->
747 <table width="100%" border=0 rules="none" frame="void"
748        cols="2" cellspacing="0" cellpadding="0">
749 <tr valign="top" align="left">
750 <td width="21%"></td>
751 <td width="77%">
752 <p>generate sorted output</p>
753 </td>
754 </table>
755 <!-- INDENTATION -->
756 <table width="100%" border=0 rules="none" frame="void"
757        cols="2" cellspacing="0" cellpadding="0">
758 <tr valign="top" align="left">
759 <td width="10%"></td>
760 <td width="89%">
761 <p><b>&minus;&minus;sort&minus;by&minus;file</b></p></td>
762 </table>
763 <!-- INDENTATION -->
764 <table width="100%" border=0 rules="none" frame="void"
765        cols="2" cellspacing="0" cellpadding="0">
766 <tr valign="top" align="left">
767 <td width="21%"></td>
768 <td width="77%">
769 <p>sort output by file location</p>
770 </td>
771 </table>
772 <!-- INDENTATION -->
773 <table width="100%" border=0 rules="none" frame="void"
774        cols="2" cellspacing="0" cellpadding="0">
775 <tr valign="top" align="left">
776 <td width="4%"></td>
777 <td width="95%">
778 <p><b>Informative output:</b></p></td>
779 </table>
780 <!-- INDENTATION -->
781 <table width="100%" border=0 rules="none" frame="void"
782        cols="2" cellspacing="0" cellpadding="0">
783 <tr valign="top" align="left">
784 <td width="10%"></td>
785 <td width="89%">
786 <p><b>&minus;h</b>, <b>&minus;&minus;help</b></p></td>
787 </table>
788 <!-- INDENTATION -->
789 <table width="100%" border=0 rules="none" frame="void"
790        cols="2" cellspacing="0" cellpadding="0">
791 <tr valign="top" align="left">
792 <td width="21%"></td>
793 <td width="77%">
794 <p>display this help and exit</p>
795 </td>
796 </table>
797 <!-- INDENTATION -->
798 <table width="100%" border=0 rules="none" frame="void"
799        cols="2" cellspacing="0" cellpadding="0">
800 <tr valign="top" align="left">
801 <td width="10%"></td>
802 <td width="89%">
803 <p><b>&minus;V</b>, <b>&minus;&minus;version</b></p></td>
804 </table>
805 <!-- INDENTATION -->
806 <table width="100%" border=0 rules="none" frame="void"
807        cols="2" cellspacing="0" cellpadding="0">
808 <tr valign="top" align="left">
809 <td width="21%"></td>
810 <td width="77%">
811 <p>output version information and exit</p>
812 </td>
813 </table>
814 <a name="AUTHOR"></a>
815 <h2>AUTHOR</h2>
816 <!-- INDENTATION -->
817 <table width="100%" border=0 rules="none" frame="void"
818        cols="2" cellspacing="0" cellpadding="0">
819 <tr valign="top" align="left">
820 <td width="10%"></td>
821 <td width="89%">
822 <p>Written by Bruno Haible.</p>
823 </td>
824 </table>
825 <a name="REPORTING BUGS"></a>
826 <h2>REPORTING BUGS</h2>
827 <!-- INDENTATION -->
828 <table width="100%" border=0 rules="none" frame="void"
829        cols="2" cellspacing="0" cellpadding="0">
830 <tr valign="top" align="left">
831 <td width="10%"></td>
832 <td width="89%">
833 <p>Report bugs to &lt;bug-gnu-gettext@gnu.org&gt;.</p>
834 </td>
835 </table>
836 <a name="COPYRIGHT"></a>
837 <h2>COPYRIGHT</h2>
838 <!-- INDENTATION -->
839 <table width="100%" border=0 rules="none" frame="void"
840        cols="2" cellspacing="0" cellpadding="0">
841 <tr valign="top" align="left">
842 <td width="10%"></td>
843 <td width="89%">
844 <p>Copyright &copy; 2001-2010 Free Software Foundation, Inc.
845 License GPLv3+: GNU GPL version 3 or later
846 &lt;http://gnu.org/licenses/gpl.html&gt;<br>
847 This is free software: you are free to change and
848 redistribute it. There is NO WARRANTY, to the extent
849 permitted by law.</p>
850 </td>
851 </table>
852 <a name="SEE ALSO"></a>
853 <h2>SEE ALSO</h2>
854 <!-- INDENTATION -->
855 <table width="100%" border=0 rules="none" frame="void"
856        cols="2" cellspacing="0" cellpadding="0">
857 <tr valign="top" align="left">
858 <td width="10%"></td>
859 <td width="89%">
860 <p>The full documentation for <b>msggrep</b> is maintained
861 as a Texinfo manual. If the <b>info</b> and <b>msggrep</b>
862 programs are properly installed at your site, the
863 command</p>
864 </td>
865 </table>
866 <!-- INDENTATION -->
867 <table width="100%" border=0 rules="none" frame="void"
868        cols="2" cellspacing="0" cellpadding="0">
869 <tr valign="top" align="left">
870 <td width="20%"></td>
871 <td width="79%">
872 <p><b>info msggrep</b></p>
873 </td>
874 </table>
875 <!-- INDENTATION -->
876 <table width="100%" border=0 rules="none" frame="void"
877        cols="2" cellspacing="0" cellpadding="0">
878 <tr valign="top" align="left">
879 <td width="10%"></td>
880 <td width="89%">
881 <p>should give you access to the complete manual.</p>
882 </td>
883 </table>
884 <hr>
885 </body>
886 </html>