Show
Ignore:
Timestamp:
11/29/07 00:25:04 (16 years ago)
Author:
jerome
Message:

Backported manual page generator from pkpgcounter to escape hyphens.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/sv_SE/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com