Penguin
Annotated edit history of msgcomm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MSGCOMM
2 !!!MSGCOMM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 msgcomm - search catalogs for common messages
15 !!SYNOPSIS
16
17
18 __msgcomm__ [[''OPTION''] ''INPUTFILE''
19 ...
20 !!DESCRIPTION
21
22
23 Mandatory arguments to long options are mandatory for short
24 options too.
25
26
27 __-d__, __--default-domain__=''NAME''
28
29
30 use ''NAME''.po for output (instead of
31 messages.po)
32
33
34 __-D__, __--directory__=''DIRECTORY''
35
36
37 add ''DIRECTORY'' to list for input files
38 search
39
40
41 __-e__, __--no-escape__
42
43
44 do not use C escapes in output (default)
45
46
47 __-E__, __--escape__
48
49
50 use C escapes in output, no extended chars
51
52
53 __-f__, __--files-from__=''FILE''
54
55
56 get list of input files from ''FILE''
57
58
59 __--force-po__
60
61
62 write PO file even if empty
63
64
65 __-F__, __--sort-by-file__
66
67
68 sort output by file location
69
70
71 __-h__, __--help__
72
73
74 display a help message and exit
75
76
77 __-i__, __--indent__
78
79
80 write the .po file using indented style
81
82
83 __--no-location__
84
85
86 do not write '#: filename:line' lines
87
88
89 __-n__, __--add-location__
90
91
92 generate '#: filename:line' lines (default)
93
94
95 __--omit-header__
96
97
98 don't write header with `msgid
99
100
101 __-o__, __--output__=''FILE''
102
103
104 write output to specified file
105
106
107 __-p__, __--output-dir__=''DIR''
108
109
110 output files will be placed in directory DIR
111
112
113 __-s__, __--sort-output__
114
115
116 generate sorted output and remove duplicates
117
118
119 __--strict__
120
121
122 write out strict Uniforum conforming .po file
123
124
125 __-T__, __--trigraphs__
126
127
128 understand ANSI C trigraphs for input
129
130
131 __-u__, __--unique__
132
133
134 shorthand for __--less-than__=''2'', requests that
135 only unique messages be printed
136
137
138 __-V__, __--version__
139
140
141 output version information and exit
142
143
144 __-w__, __--width__=''NUMBER''
145
146
147 set output page width
148
149
150 ---less-than__=''NUMBER''
151
152
153 print messages with less than this many definitions,
154 defaults to infinite if not set
155
156
157 ---more-than__=''NUMBER''
158
159
160 print messages with more than this many definitions,
161 defaults to 1 if not set
162
163
164 Find messages which are common to two or more of the
165 specified PO files. By using the __--more-than__ option,
166 greater commonality may be requested before messages are
167 printed. Conversely, the __--less-than__ option may be
168 used to specify less commonality before messages are printed
169 (i.e. __--less-than__=''2'' will only print the unique
170 messages). Translations, comments and extract comments will
171 be preserved, but only from the first PO file to define
172 them. File positions from all PO files will be
173 preserved.
174 !!AUTHOR
175
176
177 Written by Peter Miller.
178 !!REPORTING BUGS
179
180
181 Report bugs to
182 !!COPYRIGHT
183
184
185 Copyright 1995-1998, 2000, 2001 Free Software Foundation,
186 Inc.
187 This is free software; see the source for copying
188 conditions. There is NO warranty; not even for
189 MERCHANTABILITY or FITNESS FOR A PARTICULAR
190 PURPOSE.
191 !!SEE ALSO
192
193
194 gettext(1), msgfmt(1)
195
196
197 The full documentation for __msgcomm__ is maintained as a
198 Texinfo manual. If the __info__ and __msgcomm__
199 programs are properly installed at your site, the command
200 __info msgcomm__ should give you access to the complete
201 manual.
202
203
204 On Debian, the manual is also available in HTML format in
205 the gettext-doc package.
206 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.