Changeset 1605 for pykota/trunk/docs

Show
Ignore:
Timestamp:
07/20/04 00:37:25 (20 years ago)
Author:
jalet
Message:

pykosd is now a very good tool

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/pykosd.sgml

    r1600 r1605  
    1313    Whenever you launch <filename>pykosd</filename>, it will display the current user's print quota 
    1414    information in the top-left corner of the screen, above all existing windows, and with 
    15     a transparent background. Then after five seconds, the information displayed will disappear 
    16     and the program will exit. 
     15    a transparent background.  
    1716  </para> 
    1817   
    1918  <para> 
    20     In the future, this command will accept some parameters which will render it more 
    21     useful. 
     19    By default, the information will remain displayed during <literal>3</literal> seconds, and 
     20    will be refreshed every <literal>180</literal> seconds. The program will loop forever  
     21    until <keysym>Ctrl+C</keysym> is pressed, unless a specific number of iterations was 
     22    asked for. 
     23     
     24    <tip> 
     25      <title>Tip</title> 
     26      <para> 
     27        Use command line options to change this behaviour. 
     28      </para> 
     29    </tip> 
    2230  </para> 
    2331   
     
    2735      <cmdsynopsis> 
    2836        <command>pykosd</command> 
     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> 
    2951      </cmdsynopsis> 
    30       <warning> 
    31         <para> 
    32           <filename>pykosd</filename> doesn't currently accept any command line 
    33           option. This will change in the future. 
    34         </para>   
    35       </warning> 
    3652    </para> 
    3753  </sect1> 
     
    4157 
    4258$Log$ 
     59Revision 1.2  2004/07/19 22:37:13  jalet 
     60pykosd is now a very good tool 
     61 
    4362Revision 1.1  2004/07/16 12:22:46  jalet 
    4463LPRng support early version