Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

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

    r2844 r3413  
    44  <title>Warn users above print quota with warnpykota</title> 
    55  <para>Last modified on $Date$</para> 
    6    
     6 
    77  <para> 
    88    Whenever a user tries to print a document, if he is over his print quota, 
     
    1313    to print again. 
    1414  </para> 
    15    
     15 
    1616  <para> 
    1717    However this may not be sufficient, and you may want to warn users who 
     
    1919    regular intervals, like every day, for example from a <application>cron</application> job. 
    2020  </para> 
    21    
     21 
    2222  <para> 
    2323    This may be useful if the user has reached his print quota, and have received an email message telling him so, 
     
    2525    paper for example. 
    2626  </para> 
    27    
     27 
    2828  <para> 
    29     The <command>warnpykota</command> command was written with this in mind.  
     29    The <command>warnpykota</command> command was written with this in mind. 
    3030    If you put this command in your <filename>crontab</filename>, launching it for example 
    3131    every day, then you'll be sure that all your users who are above their print quota 
     
    3333    but at least they won't be able to say that they didn't receive them ;-) 
    3434  </para> 
    35    
     35 
    3636  <para> 
    3737    When an user who is not a <application>PyKota</application> administrator launches this command, only him can receive a warning 
     
    4343    command. 
    4444  </para> 
    45    
     45 
    4646  <para> 
    47     <application>PyKota</application> administrators can pass additionnal user or group names  
     47    <application>PyKota</application> administrators can pass additionnal user or group names 
    4848    (or wildcard filters) to only check the users or groups whose name matches. 
    49   </para>   
    50    
     49  </para> 
     50 
    5151  <sect1> 
    5252    <title>Reference</title> 
     
    6161          <arg>-P <replaceable>printername</replaceable></arg> 
    6262          <arg>--printer <replaceable>printername</replaceable></arg> 
    63         </group>   
     63        </group> 
    6464        <group choice="opt"> 
    6565          <arg><replaceable>name1</replaceable></arg> 
     
    6767          <arg><replaceable>...</replaceable></arg> 
    6868          <arg><replaceable>nameN</replaceable></arg> 
    69         </group>   
     69        </group> 
    7070      </cmdsynopsis> 
    7171    </para>