No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgattrib.1
blobad8bcd2d4ce0f66a6dd77c525e5467aacb5764fe
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGATTRIB "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgattrib \- attribute matching and manipulation on message catalog
5 .SH SYNOPSIS
6 .B msgattrib
7 [\fIOPTION\fR] [\fIINPUTFILE\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Filters the messages of a translation catalog according to their attributes,
12 and manipulates the attributes.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .SS "Input file location:"
16 .TP
17 INPUTFILE
18 input PO file
19 .TP
20 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
21 add DIRECTORY to list for input files search
22 .PP
23 If no input file is given or if it is -, standard input is read.
24 .SS "Output file location:"
25 .TP
26 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
27 write output to specified file
28 .PP
29 The results are written to standard output if no output file is specified
30 or if it is -.
31 .SS "Message selection:"
32 .TP
33 \fB\-\-translated\fR
34 keep translated, remove untranslated messages
35 .TP
36 \fB\-\-untranslated\fR
37 keep untranslated, remove translated messages
38 .TP
39 \fB\-\-no\-fuzzy\fR
40 remove 'fuzzy' marked messages
41 .TP
42 \fB\-\-only\-fuzzy\fR
43 keep 'fuzzy' marked messages
44 .TP
45 \fB\-\-no\-obsolete\fR
46 remove obsolete #~ messages
47 .TP
48 \fB\-\-only\-obsolete\fR
49 keep obsolete #~ messages
50 .SS "Attribute manipulation:"
51 .TP
52 \fB\-\-set\-fuzzy\fR
53 set all messages 'fuzzy'
54 .TP
55 \fB\-\-clear\-fuzzy\fR
56 set all messages non-'fuzzy'
57 .TP
58 \fB\-\-set\-obsolete\fR
59 set all messages obsolete
60 .TP
61 \fB\-\-clear\-obsolete\fR
62 set all messages non-obsolete
63 .TP
64 \fB\-\-only\-file\fR=\fIFILE\fR.po
65 manipulate only entries listed in FILE.po
66 .TP
67 \fB\-\-ignore\-file\fR=\fIFILE\fR.po
68 manipulate only entries not listed in FILE.po
69 .TP
70 \fB\-\-fuzzy\fR
71 synonym for \fB\-\-only\-fuzzy\fR \fB\-\-clear\-fuzzy\fR
72 .TP
73 \fB\-\-obsolete\fR
74 synonym for \fB\-\-only\-obsolete\fR \fB\-\-clear\-obsolete\fR
75 .SS "Input file syntax:"
76 .TP
77 \fB\-P\fR, \fB\-\-properties\-input\fR
78 input file is in Java .properties syntax
79 .TP
80 \fB\-\-stringtable\-input\fR
81 input file is in NeXTstep/GNUstep .strings syntax
82 .SS "Output details:"
83 .TP
84 \fB\-e\fR, \fB\-\-no\-escape\fR
85 do not use C escapes in output (default)
86 .TP
87 \fB\-E\fR, \fB\-\-escape\fR
88 use C escapes in output, no extended chars
89 .TP
90 \fB\-\-force\-po\fR
91 write PO file even if empty
92 .TP
93 \fB\-i\fR, \fB\-\-indent\fR
94 write the .po file using indented style
95 .TP
96 \fB\-\-no\-location\fR
97 do not write '#: filename:line' lines
98 .TP
99 \fB\-n\fR, \fB\-\-add\-location\fR
100 generate '#: filename:line' lines (default)
102 \fB\-\-strict\fR
103 write out strict Uniforum conforming .po file
105 \fB\-p\fR, \fB\-\-properties\-output\fR
106 write out a Java .properties file
108 \fB\-\-stringtable\-output\fR
109 write out a NeXTstep/GNUstep .strings file
111 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
112 set output page width
114 \fB\-\-no\-wrap\fR
115 do not break long message lines, longer than
116 the output page width, into several lines
118 \fB\-s\fR, \fB\-\-sort\-output\fR
119 generate sorted output
121 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
122 sort output by file location
123 .SS "Informative output:"
125 \fB\-h\fR, \fB\-\-help\fR
126 display this help and exit
128 \fB\-V\fR, \fB\-\-version\fR
129 output version information and exit
130 .SH AUTHOR
131 Written by Bruno Haible.
132 .SH "REPORTING BUGS"
133 Report bugs to <bug-gnu-gettext@gnu.org>.
134 .SH COPYRIGHT
135 Copyright \(co 2001-2005 Free Software Foundation, Inc.
137 This is free software; see the source for copying conditions.  There is NO
138 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
139 .SH "SEE ALSO"
140 The full documentation for
141 .B msgattrib
142 is maintained as a Texinfo manual.  If the
143 .B info
145 .B msgattrib
146 programs are properly installed at your site, the command
148 .B info msgattrib
150 should give you access to the complete manual.