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/pkusers.sgml

    r2833 r3413  
    44  <title id="pkusers">Manage Users and Groups with pkusers</title> 
    55  <para>Last modified on $Date$</para> 
    6    
     6 
    77  <para> 
    88    You'll use this tool to create, manage or delete users or users groups from the database. 
     
    1010    MUST add this user or group to the database using <command>pkusers</command>. 
    1111  </para> 
    12    
     12 
    1313  <para> 
    1414    The simplest way to add an user named <literal>jerome</literal> to the database is 
    1515    to type : 
    16 <screen>     
     16<screen> 
    1717$ pkusers --add jerome 
    1818</screen> 
    1919  </para> 
    20    
     20 
    2121  <para> 
    2222    The commands above have created user <literal>jerome</literal> in the database. By default this 
     
    2424    user on any printer. This has to be done through the <command>edpykota</command> command line tool. 
    2525  </para> 
    26    
     26 
    2727  <para> 
    2828    You can apply different sorts of limitations to an user or users group, by specifying a 
     
    3131      <listitem> 
    3232        <para> 
    33           <literal>--limitby quota</literal> : Page quotas are defined for each user on each printer.  
     33          <literal>--limitby quota</literal> : Page quotas are defined for each user on each printer. 
    3434          This means that an user can be 
    3535          limited to print more than 20 pages on printer <literal>HP2100</literal> while still 
     
    3737          This is the default. 
    3838        </para> 
    39       </listitem>   
     39      </listitem> 
    4040      <listitem> 
    4141        <para> 
     
    4848          user, account balance quotas are shared between all printers for a particular user. 
    4949        </para> 
    50       </listitem>   
     50      </listitem> 
    5151      <listitem> 
    5252        <para> 
     
    5454          accounting continues to be done. 
    5555        </para> 
    56       </listitem>   
     56      </listitem> 
    5757      <listitem> 
    5858        <para> 
     
    6161          This value is not supported for users groups. 
    6262        </para> 
    63       </listitem>   
     63      </listitem> 
    6464      <listitem> 
    6565        <para> 
     
    6767          This value is not supported for users groups. 
    6868        </para> 
    69       </listitem>   
    70     </itemizedlist>   
     69      </listitem> 
     70    </itemizedlist> 
    7171  </para> 
    72    
     72 
    7373  <para> 
    7474    Here's an incomplete list of features : 
    75      
     75 
    7676    <itemizedlist> 
    7777      <listitem> 
     
    117117    </itemizedlist> 
    118118  </para> 
    119    
     119 
    120120  <para> 
    121121    For more details on the use of <command>pkusers</command>, please see this command's manual 
    122122    page or help. 
    123123  </para> 
    124    
     124 
    125125</chapter> 
    126126