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/nb_NO/warnpykota.1

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