root / pykota / trunk / docs / pykosd.sgml @ 3413

Revision 3413, 1.8 kB (checked in by jerome, 16 years ago)

Removed unnecessary spaces at EOL.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[1600]1<!-- $Id$ -->
2
3<chapter>
4  <title>Uses On Screen Display to show personal print quota information with pykosd</title>
5  <para>Last modified on $Date$</para>
[3413]6
[1600]7  <para>
[3413]8    <command>pykosd</command> is a graphical <application>X Window</application> application which when launched
[1600]9    will display print quota information for the current user.
[3413]10  </para>
11
[1600]12  <para>
[2551]13    Whenever you launch <command>pykosd</command>, it will display the current user's print quota
[1600]14    information in the top-left corner of the screen, above all existing windows, and with
[3413]15    a transparent background.
[1600]16  </para>
[3413]17
[1600]18  <para>
[1605]19    By default, the information will remain displayed during <literal>3</literal> seconds, and
[3413]20    will be refreshed every <literal>180</literal> seconds. The program will loop forever
[1605]21    until <keysym>Ctrl+C</keysym> is pressed, unless a specific number of iterations was
22    asked for.
[3413]23
[1605]24    <tip>
25      <title>Tip</title>
26      <para>
27        Use command line options to change this behaviour.
28      </para>
29    </tip>
[1600]30  </para>
[3413]31
[1600]32  <sect1>
33    <title>Reference</title>
34    <para>
35      <cmdsynopsis>
36        <command>pykosd</command>
[1605]37        <group choice="opt"><arg>-v</arg><arg>--version</arg></group>
38        <group choice="opt"><arg>-h</arg><arg>--help</arg></group>
39        <group choice="opt">
40          <arg>-d <replaceable>d</replaceable></arg>
41          <arg>--duration <replaceable>d</replaceable></arg>
42        </group>
43        <group choice="opt">
44          <arg>-l <replaceable>n</replaceable></arg>
45          <arg>--loop <replaceable>n</replaceable></arg>
46        </group>
47        <group choice="opt">
48          <arg>-s <replaceable>s</replaceable></arg>
49          <arg>--sleep <replaceable>s</replaceable></arg>
50        </group>
[1600]51      </cmdsynopsis>
52    </para>
53  </sect1>
54</chapter>
55
Note: See TracBrowser for help on using the browser.