~ubuntu-branches/debian/squeeze/kdelibs/squeeze

« back to all changes in this revision

Viewing changes to debian/man/cupsdconf.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2008-07-08 22:53:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080708225351-txzlzxkla731l239
Tags: 4:3.5.9.dfsg.1-6
Fix kdepart freeze with some replacements. (Closes: #482268)
Many thanks to Steve Cotton. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
 
 
11
    
 
12
        The docbook-to-man binary is found in the docbook-to-man package.
 
13
        Please remember that if you create the nroff version in one of the
 
14
        debian/rules file targets (such as build), you will need to include
 
15
        docbook-to-man in your Build-Depends control field.
 
16
 
 
17
  -->
 
18
 
 
19
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
20
  <!ENTITY dhfirstname "<firstname>Chris</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Cheney</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>November  6, 2002</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>ccheney@debian.org</email>">
 
28
  <!ENTITY dhusername  "Chris Cheney">
 
29
  <!ENTITY dhucpackage "<refentrytitle>CUPSDCONF</refentrytitle>">
 
30
  <!ENTITY dhpackage   "cupsdconf">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
]>
 
35
 
 
36
<refentry>
 
37
  <refentryinfo>
 
38
    <address>
 
39
      &dhemail;
 
40
    </address>
 
41
    <author>
 
42
      &dhfirstname;
 
43
      &dhsurname;
 
44
    </author>
 
45
    <copyright>
 
46
      <year>2002</year>
 
47
      <holder>&dhusername;</holder>
 
48
    </copyright>
 
49
    &dhdate;
 
50
  </refentryinfo>
 
51
  <refmeta>
 
52
    &dhucpackage;
 
53
 
 
54
    &dhsection;
 
55
  </refmeta>
 
56
  <refnamediv>
 
57
    <refname>&dhpackage;</refname>
 
58
 
 
59
    <refpurpose>A CUPS configuration tool</refpurpose>
 
60
  </refnamediv>
 
61
  <refsynopsisdiv>
 
62
    <cmdsynopsis>
 
63
      <command>&dhpackage;</command>
 
64
 
 
65
      <arg><option><replaceable>Qt-options</replaceable></option></arg>
 
66
      <arg><option><replaceable>KDE-options</replaceable></option></arg>
 
67
      <arg><option><replaceable>file</replaceable></option></arg>
 
68
 
 
69
    </cmdsynopsis>
 
70
  </refsynopsisdiv>
 
71
  <refsect1>
 
72
    <title>DESCRIPTION</title>
 
73
 
 
74
    <para>This manual page documents briefly the
 
75
      <command>&dhpackage;</command> command.</para>
 
76
 
 
77
    <para><command>&dhpackage;</command> is a CUPS configuration tool.</para>
 
78
 
 
79
  </refsect1>
 
80
  <refsect1>
 
81
    <title>GENERIC OPTIONS</title>
 
82
 
 
83
    <para>This program follows the usual GNU command line syntax,
 
84
      with long options starting with two dashes (`-').  A summary of
 
85
      options is included below.</para>
 
86
 
 
87
    <variablelist>
 
88
      <varlistentry>
 
89
        <term><option>--author</option>
 
90
        </term>
 
91
        <listitem>
 
92
          <para>Show author information.</para>
 
93
        </listitem>
 
94
      </varlistentry>
 
95
      <varlistentry>
 
96
        <term><option>--help</option>
 
97
        </term>
 
98
        <listitem>
 
99
          <para>Show help about options.</para>
 
100
        </listitem>
 
101
      </varlistentry>
 
102
      <varlistentry>
 
103
        <term><option>--help-all</option>
 
104
        </term>
 
105
        <listitem>
 
106
          <para>Show all options.</para>
 
107
        </listitem>
 
108
      </varlistentry>
 
109
      <varlistentry>
 
110
        <term><option>--help-kde</option>
 
111
        </term>
 
112
        <listitem>
 
113
          <para>Show KDE specific options.</para>
 
114
        </listitem>
 
115
      </varlistentry>
 
116
      <varlistentry>
 
117
        <term><option>--help-qt</option>
 
118
        </term>
 
119
        <listitem>
 
120
          <para>Show Qt specific options.</para>
 
121
        </listitem>
 
122
      </varlistentry>
 
123
      <varlistentry>
 
124
        <term><option>--license</option>
 
125
        </term>
 
126
        <listitem>
 
127
          <para>Show license information.</para>
 
128
        </listitem>
 
129
      </varlistentry>
 
130
      <varlistentry>
 
131
        <term><option>-v</option>, <option>--version</option>
 
132
        </term>
 
133
        <listitem>
 
134
          <para>Show version information.</para>
 
135
        </listitem>
 
136
      </varlistentry>
 
137
    </variablelist>
 
138
  </refsect1>
 
139
  <refsect1>
 
140
    <title>QT OPTIONS</title>
 
141
 
 
142
    <variablelist>
 
143
      <varlistentry>
 
144
        <term><option>--bg</option>, <option>--background <replaceable>color</replaceable></option>
 
145
        </term>
 
146
        <listitem>
 
147
          <para>Sets the default background color and an application palette (light and dark shades are calculated).</para>
 
148
        </listitem>
 
149
      </varlistentry>
 
150
      <varlistentry>
 
151
        <term><option>--btn</option>, <option>--button <replaceable>color</replaceable></option>
 
152
        </term>
 
153
        <listitem>
 
154
          <para>Sets the default button color.</para>
 
155
        </listitem>
 
156
      </varlistentry>
 
157
      <varlistentry>
 
158
        <term><option>--cmap</option>
 
159
        </term>
 
160
        <listitem>
 
161
          <para>Causes the application to install a private color map on an 8-bit display.</para>
 
162
        </listitem>
 
163
      </varlistentry>
 
164
      <varlistentry>
 
165
        <term><option>--display <replaceable>displayname</replaceable></option>
 
166
        </term>
 
167
        <listitem>
 
168
          <para>Use the X-server display 'displayname'.</para>
 
169
        </listitem>
 
170
      </varlistentry>
 
171
      <varlistentry>
 
172
        <term><option>--dograb</option>
 
173
        </term>
 
174
        <listitem>
 
175
          <para>Running under a debugger can cause an implicit --nograb, use --dograb to override.</para>
 
176
        </listitem>
 
177
      </varlistentry>
 
178
      <varlistentry>
 
179
        <term><option>--fg</option>, <option>--foreground <replaceable>color</replaceable></option>
 
180
        </term>
 
181
        <listitem>
 
182
          <para>Sets the default foreground color.</para>
 
183
        </listitem>
 
184
      </varlistentry>
 
185
      <varlistentry>
 
186
        <term><option>--fn</option>, <option>--font <replaceable>fontname</replaceable></option>
 
187
        </term>
 
188
        <listitem>
 
189
          <para>Defines the application font.</para>
 
190
        </listitem>
 
191
      </varlistentry>
 
192
      <varlistentry>
 
193
        <term><option>--im <replaceable>XIMserver</replaceable></option>
 
194
        </term>
 
195
        <listitem>
 
196
          <para>Set XIM server.</para>
 
197
        </listitem>
 
198
      </varlistentry>
 
199
      <varlistentry>
 
200
        <term><option>--inputstyle <replaceable>inputstyle</replaceable></option>
 
201
        </term>
 
202
        <listitem>
 
203
          <para>Sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root.</para>
 
204
        </listitem>
 
205
      </varlistentry>
 
206
      <varlistentry>
 
207
        <term><option>--name <replaceable>name</replaceable></option>
 
208
        </term>
 
209
        <listitem>
 
210
          <para>Sets the application name.</para>
 
211
        </listitem>
 
212
      </varlistentry>
 
213
      <varlistentry>
 
214
        <term><option>--ncols <replaceable>count</replaceable></option>
 
215
        </term>
 
216
        <listitem>
 
217
          <para>Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification.</para>
 
218
        </listitem>
 
219
      </varlistentry>
 
220
      <varlistentry>
 
221
        <term><option>--nograb</option>
 
222
        </term>
 
223
        <listitem>
 
224
          <para>Tells Qt to never grab the mouse or the keyboard.</para>
 
225
        </listitem>
 
226
      </varlistentry>
 
227
      <varlistentry>
 
228
        <term><option>--noxim</option>
 
229
        </term>
 
230
        <listitem>
 
231
          <para>Disable XIM.</para>
 
232
        </listitem>
 
233
      </varlistentry>
 
234
      <varlistentry>
 
235
        <term><option>--reverse</option>
 
236
        </term>
 
237
        <listitem>
 
238
          <para>Mirrors the whole layout of widgets.</para>
 
239
        </listitem>
 
240
      </varlistentry>
 
241
      <varlistentry>
 
242
        <term><option>--session <replaceable>sessionId</replaceable></option>
 
243
        </term>
 
244
        <listitem>
 
245
          <para>Restore the application for the given 'sessionId'.</para>
 
246
        </listitem>
 
247
      </varlistentry>
 
248
      <varlistentry>
 
249
        <term><option>--sync</option>
 
250
        </term>
 
251
        <listitem>
 
252
          <para>Switches to synchronous mode for debugging.</para>
 
253
        </listitem>
 
254
      </varlistentry>
 
255
      <varlistentry>
 
256
        <term><option>--title <replaceable>title</replaceable></option>
 
257
        </term>
 
258
        <listitem>
 
259
          <para>Sets the application title (caption).</para>
 
260
        </listitem>
 
261
      </varlistentry>
 
262
      <varlistentry>
 
263
        <term><option>--visual TrueColor</option>
 
264
        </term>
 
265
        <listitem>
 
266
          <para>Forces the application to use a TrueColor visual on an 8-bit display.</para>
 
267
        </listitem>
 
268
      </varlistentry>
 
269
    </variablelist>
 
270
  </refsect1>
 
271
  <refsect1>
 
272
    <title>KDE OPTIONS</title>
 
273
 
 
274
    <variablelist>
 
275
      <varlistentry>
 
276
        <term><option>--caption <replaceable>caption</replaceable></option>
 
277
        </term>
 
278
        <listitem>
 
279
          <para>Use 'caption' as name in the titlebar.</para>
 
280
        </listitem>
 
281
      </varlistentry>
 
282
      <varlistentry>
 
283
        <term><option>--config <replaceable>filename</replaceable></option>
 
284
        </term>
 
285
        <listitem>
 
286
          <para>Use alternative configuration file.</para>
 
287
        </listitem>
 
288
      </varlistentry>
 
289
      <varlistentry>
 
290
        <term><option>--dcopserver <replaceable>server</replaceable></option>
 
291
        </term>
 
292
        <listitem>
 
293
          <para>Use the DCOP Server specified by 'server'.</para>
 
294
        </listitem>
 
295
      </varlistentry>
 
296
      <varlistentry>
 
297
        <term><option>--geometry <replaceable>geometry</replaceable></option>
 
298
        </term>
 
299
        <listitem>
 
300
          <para>Sets the client geometry of the main widget.</para>
 
301
        </listitem>
 
302
      </varlistentry>
 
303
      <varlistentry>
 
304
        <term><option>--icon <replaceable>icon</replaceable></option>
 
305
        </term>
 
306
        <listitem>
 
307
          <para>Use 'icon' as the application icon.</para>
 
308
        </listitem>
 
309
      </varlistentry>
 
310
      <varlistentry>
 
311
        <term><option>--miniicon <replaceable>icon</replaceable></option>
 
312
        </term>
 
313
        <listitem>
 
314
          <para>Use 'icon' as the icon in the titlebar.</para>
 
315
        </listitem>
 
316
      </varlistentry>
 
317
      <varlistentry>
 
318
        <term><option>--nocrashhandler</option>
 
319
        </term>
 
320
        <listitem>
 
321
          <para>Disable crash handler, to get core dumps.</para>
 
322
        </listitem>
 
323
      </varlistentry>
 
324
      <varlistentry>
 
325
        <term><option>--style <replaceable>style</replaceable></option>
 
326
        </term>
 
327
        <listitem>
 
328
          <para>Sets the application GUI style.</para>
 
329
        </listitem>
 
330
      </varlistentry>
 
331
      <varlistentry>
 
332
        <term><option>--waitforwm</option>
 
333
        </term>
 
334
        <listitem>
 
335
          <para>Waits for a WM_NET compatible windowmanager.</para>
 
336
        </listitem>
 
337
      </varlistentry>
 
338
    </variablelist>
 
339
  </refsect1>
 
340
  <refsect1>
 
341
    <title>AUTHOR</title>
 
342
 
 
343
    <para>This manual page was written by &dhusername;
 
344
      &lt;&dhemail;&gt; for the &debian; system (but may be used by
 
345
      others).  Permission is granted to copy, distribute and/or
 
346
      modify this document under the terms of the &gnu; General Public
 
347
      License, Version 2 or any later version published by the Free
 
348
      Software Foundation.
 
349
    </para>
 
350
 
 
351
    <para>On Debian systems, the complete text of the GNU General
 
352
      Public License can be found in /usr/share/common-licenses/GPL.
 
353
    </para>
 
354
 
 
355
  </refsect1>
 
356
</refentry>
 
357
 
 
358
<!-- Keep this comment at the end of the file
 
359
Local variables:
 
360
mode: sgml
 
361
sgml-omittag:t
 
362
sgml-shorttag:t
 
363
sgml-minimize-attributes:nil
 
364
sgml-always-quote-attributes:t
 
365
sgml-indent-step:2
 
366
sgml-indent-data:t
 
367
sgml-parent-document:nil
 
368
sgml-default-dtd-file:nil
 
369
sgml-exposed-tags:nil
 
370
sgml-local-catalogs:nil
 
371
sgml-local-ecat-files:nil
 
372
End:
 
373
-->