Show
Ignore:
Timestamp:
01/24/09 22:38:46 (15 years ago)
Author:
jerome
Message:

Updated manual pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/tr/repykota.1

    r3279 r3485  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "janvier 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.27alpha3_BROKEN_unofficial 
     4repykota \- page de manuel de repykota (PyKota) 1.27alpha7_unofficial 
     5.SH SYNOPSIS 
     6.B repykota 
     7[\fIoptions\fR] [\fIusernames|groupnames\fR] 
    58.SH DESCRIPTION 
    6 repykota v1.27alpha3_BROKEN_unofficial (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet \- alet@librelogiciel.com 
    7 .PP 
    8 Generates print quota reports. 
    9 .PP 
    10 command line usage : 
     9Minimalist print accounting reports for PyKota. If not launched by a PyKota 
     10administrator, additionnal arguments representing users or groups names are 
     11ignored, limiting the scope of the reports to the current user. 
     12.SH OPTIONS 
     13.TP 
     14\fB\-h\fR, \fB\-\-help\fR 
     15show this help message and exit. 
     16.TP 
     17\fB\-v\fR, \fB\-\-version\fR 
     18show the version number and exit. 
     19.TP 
     20\fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR 
     21loads additional options and arguments from a file, 
     22one per line. 
     23.TP 
     24\fB\-g\fR, \fB\-\-groups\fR 
     25Generate group print quota reports instead of user 
     26print quota reports. 
     27.TP 
     28\fB\-i\fR INGROUPS, \fB\-\-ingroups\fR=\fIINGROUPS\fR 
     29Only report users who are members of the specified 
     30groups. This option is reserved to PyKota 
     31administrators. 
     32.TP 
     33\fB\-P\fR PRINTER, \fB\-\-printer\fR=\fIPRINTER\fR 
     34Acts on this printer only. You can specify several 
     35printer names by separating them with commas. The 
     36default value is '*', which means all printers. 
     37.SS "examples:" 
    1138.IP 
    12 repykota [options] 
    13 .PP 
    14 options : 
    15 .TP 
    16 \fB\-v\fR | \fB\-\-version\fR 
    17 Prints repykota's version number then exits. 
    18 .TP 
    19 \fB\-h\fR | \fB\-\-help\fR 
    20 Prints this message then exits. 
    21 .TP 
    22 \fB\-u\fR | \fB\-\-users\fR 
    23 Generates a report on users quota, this is 
    24 the default. 
    25 .TP 
    26 \fB\-g\fR | \fB\-\-groups\fR 
    27 Generates a report on group quota instead of users. 
    28 .TP 
    29 \fB\-i\fR | \fB\-\-ingroups\fR g1[,g2...] 
    30 Only lists users who are members of these 
    31 groups. Reserved to PyKota Administrators. 
    32 .TP 
    33 \fB\-P\fR | \fB\-\-printer\fR p 
    34 Report quotas on this printer only. Actually p can 
    35 use wildcards characters to select only 
    36 some printers. The default value is *, meaning 
    37 all printers. 
    38 You can specify several names or wildcards, 
    39 by separating them with commas. 
    40 .PP 
    41 examples : 
     39repykota 
     40This would generate a report for all users on all printers. 
    4241.IP 
    43 \f(CW$ repykota \-\-printer lp\fR 
     42repykota \fB\-\-printer\fR HP2100 
     43This would generate a report for all users who print to printer 'HP2100'. 
    4444.IP 
    45 This will print the quota status for all users who use the lp printer. 
     45repykota \fB\-\-printer\fR "laser*,*pson" jerome "jo*" 
     46This would generate a report for all users named 'jerome' or whose name 
     47begins with 'jo', on all printers which name begins with 'laser' or ends 
     48with 'pson'. 
     49.SS "licensing terms:" 
    4650.IP 
    47 \f(CW$ repykota\fR 
     51(c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com 
     52This program is free software: you can redistribute it and/or modify it 
     53under the terms of the GNU General Public License as published by the Free 
     54Software Foundation, either version 3 of the License, or (at your option) 
     55any later version. 
    4856.IP 
    49 This will print the quota status for all users on all printers. 
     57This program is distributed in the hope that it will be useful, but 
     58WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     59or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
     60for more details. 
    5061.IP 
    51 \f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    52 .IP 
    53 This will print the quota status for user jerome and all users 
    54 whose name begins with "jo" on all printers which name begins 
    55 with "laser" or ends with "pson". 
    56 .IP 
    57 If launched by an user who is not a PyKota administrator, additionnal 
    58 arguments representing users or groups names are ignored, and only the 
    59 current user/group is reported. 
    60 .PP 
    61 (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    62 This program is free software: you can redistribute it and/or modify 
    63 it under the terms of the GNU General Public License as published by 
    64 the Free Software Foundation, either version 3 of the License, or 
    65 (at your option) any later version. 
    66 .PP 
    67 This program is distributed in the hope that it will be useful, 
    68 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    70 GNU General Public License for more details. 
    71 .PP 
    72 You should have received a copy of the GNU General Public License 
    73 along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    74 .PP 
    75 Please report bugs to : Jerome Alet \- alet@librelogiciel.com 
     62You should have received a copy of the GNU General Public License along 
     63with this program.  If not, see <http://www.gnu.org/licenses/>.