Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/msgexec.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>MSGEXEC</title> | |
16 | |
17 </head> | |
18 <body> | |
19 | |
20 <h1 align="center">MSGEXEC</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">msgexec - | |
39 process translations of message catalog</p> | |
40 | |
41 <h2>SYNOPSIS | |
42 <a name="SYNOPSIS"></a> | |
43 </h2> | |
44 | |
45 | |
46 <p style="margin-left:11%; margin-top: 1em"><b>msgexec</b> | |
47 [<i>OPTION</i>] <i>COMMAND</i> [<i>COMMAND-OPTION</i>]</p> | |
48 | |
49 <h2>DESCRIPTION | |
50 <a name="DESCRIPTION"></a> | |
51 </h2> | |
52 | |
53 | |
54 <p style="margin-left:11%; margin-top: 1em">Applies a | |
55 command to all translations of a translation catalog. The | |
56 COMMAND can be any program that reads a translation from | |
57 standard input. It is invoked once for each translation. Its | |
58 output becomes msgexec’s output. msgexec’s | |
59 return code is the maximum return code across all | |
60 invocations.</p> | |
61 | |
62 <p style="margin-left:11%; margin-top: 1em">A special | |
63 builtin command called ’0’ outputs the | |
64 translation, followed by a null byte. The output of | |
65 "msgexec 0" is suitable as input for "xargs | |
66 <b>-0</b>".</p> | |
67 | |
68 <p style="margin-left:11%; margin-top: 1em"><b>Command | |
69 input: <br> | |
70 --newline</b></p> | |
71 | |
72 <p style="margin-left:22%;">add newline at the end of | |
73 input</p> | |
74 | |
75 <p style="margin-left:11%; margin-top: 1em">Mandatory | |
76 arguments to long options are mandatory for short options | |
77 too.</p> | |
78 | |
79 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
80 location: <br> | |
81 -i</b>, | |
82 <b>--input</b>=<i>INPUTFILE</i></p> | |
83 | |
84 <p style="margin-left:22%;">input PO file</p> | |
85 | |
86 <p style="margin-left:11%;"><b>-D</b>, | |
87 <b>--directory</b>=<i>DIRECTORY</i></p> | |
88 | |
89 <p style="margin-left:22%;">add DIRECTORY to list for input | |
90 files search</p> | |
91 | |
92 <p style="margin-left:11%; margin-top: 1em">If no input | |
93 file is given or if it is -, standard input is | |
94 read.</p> | |
95 | |
96 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
97 syntax: <br> | |
98 -P</b>, | |
99 <b>--properties-input</b></p> | |
100 | |
101 <p style="margin-left:22%;">input file is in Java | |
102 .properties syntax</p> | |
103 | |
104 | |
105 <p style="margin-left:11%;"><b>--stringtable-input</b></p> | |
106 | |
107 <p style="margin-left:22%;">input file is in | |
108 NeXTstep/GNUstep .strings syntax</p> | |
109 | |
110 <p style="margin-left:11%; margin-top: 1em"><b>Informative | |
111 output: <br> | |
112 -h</b>, <b>--help</b></p> | |
113 | |
114 <p style="margin-left:22%;">display this help and exit</p> | |
115 | |
116 <p style="margin-left:11%;"><b>-V</b>, | |
117 <b>--version</b></p> | |
118 | |
119 <p style="margin-left:22%;">output version information and | |
120 exit</p> | |
121 | |
122 <h2>AUTHOR | |
123 <a name="AUTHOR"></a> | |
124 </h2> | |
125 | |
126 | |
127 <p style="margin-left:11%; margin-top: 1em">Written by | |
128 Bruno Haible.</p> | |
129 | |
130 <h2>REPORTING BUGS | |
131 <a name="REPORTING BUGS"></a> | |
132 </h2> | |
133 | |
134 | |
135 <p style="margin-left:11%; margin-top: 1em">Report bugs in | |
136 the bug tracker at | |
137 <https://savannah.gnu.org/projects/gettext> or by | |
138 email to <bug-gettext@gnu.org>.</p> | |
139 | |
140 <h2>COPYRIGHT | |
141 <a name="COPYRIGHT"></a> | |
142 </h2> | |
143 | |
144 | |
145 <p style="margin-left:11%; margin-top: 1em">Copyright | |
146 © 2001-2023 Free Software Foundation, Inc. | |
147 License GPLv3+: GNU GPL version 3 or later | |
148 <https://gnu.org/licenses/gpl.html> <br> | |
149 This is free software: you are free to change and | |
150 redistribute it. There is NO WARRANTY, to the extent | |
151 permitted by law.</p> | |
152 | |
153 <h2>SEE ALSO | |
154 <a name="SEE ALSO"></a> | |
155 </h2> | |
156 | |
157 | |
158 <p style="margin-left:11%; margin-top: 1em">The full | |
159 documentation for <b>msgexec</b> is maintained as a Texinfo | |
160 manual. If the <b>info</b> and <b>msgexec</b> programs are | |
161 properly installed at your site, the command</p> | |
162 | |
163 <p style="margin-left:22%; margin-top: 1em"><b>info | |
164 msgexec</b></p> | |
165 | |
166 <p style="margin-left:11%; margin-top: 1em">should give you | |
167 access to the complete manual.</p> | |
168 <hr> | |
169 </body> | |
170 </html> |