root / pykota / trunk / man / warnpykota.1 @ 1109

Revision 1109, 2.3 kB (checked in by jalet, 21 years ago)

Updated version number

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.29.
2.TH WARNPYKOTA "1" "June 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng"
3.SH NAME
4warnpykota \- manual page for warnpykota 1.14_unofficial
5.SH DESCRIPTION
6warnpykota v1.14_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres
7.PP
8Sends mail to users over print quota.
9.PP
10command line usage :
11.TP
12warnpykota
13[options]  [names]
14.PP
15options :
16.TP
17\fB\-v\fR | \fB\-\-version\fR
18Prints warnpykota's version number then exits.
19.TP
20\fB\-h\fR | \fB\-\-help\fR
21Prints this message then exits.
22.TP
23\fB\-u\fR | \fB\-\-users\fR
24Warns users over their print quota, this is the
25default.
26.TP
27\fB\-g\fR | \fB\-\-groups\fR
28Warns users whose groups quota are over limit.
29.TP
30\fB\-P\fR | \fB\-\-printer\fR p
31Verify quotas on this printer only. Actually p can
32use wildcards characters to select only
33some printers. The default value is *, meaning
34all printers.
35.PP
36examples :
37.IP
38\f(CW$ warnpykota --printer lp\fR
39.IP
40This will warn all users of the lp printer who have exceeded their
41print quota.
42.IP
43\f(CW$ warnpykota\fR
44.TP
45This will warn all users
46who have exceeded their print quota on
47.IP
48any printer.
49.IP
50\f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR
51.IP
52This will warn all users of groups which names begins with "dev" and
53who have exceeded their print quota on any printer which name begins
54with "laserjet"
55.IP
56If launched by a non-root user, additionnal arguments representing
57users or groups names are ignored, and only the current user/group
58is warned.
59.PP
60This program is free software; you can redistribute it and/or modify
61it under the terms of the GNU General Public License as published by
62the Free Software Foundation; either version 2 of the License, or
63(at your option) any later version.
64.PP
65This program is distributed in the hope that it will be useful,
66but WITHOUT ANY WARRANTY; without even the implied warranty of
67MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
68GNU General Public License for more details.
69.PP
70You should have received a copy of the GNU General Public License
71along with this program; if not, write to the Free Software
72Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
73.PP
74Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.