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

Revision 837, 2.1 kB (checked in by jalet, 21 years ago)

Initial man pages added, with the help of the help2man command.

  • 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" "March 2003" "warnpykota 0.99-unofficial" "PyKota Print Quota System"
3.SH NAME
4warnpykota \- manual page for warnpykota 0.99-unofficial
5.SH DESCRIPTION
6warnpykota v0.99-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres
7.PP
8Sends mail to users over print quota.
9.PP
10command line usage :
11.IP
12warnpykota [options]
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Prints warnpykota's version number then exits.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Prints this message then exits.
21.TP
22\fB\-u\fR | \fB\-\-users\fR
23Send mail to users over print quota, this is
24the default.
25.TP
26\fB\-g\fR | \fB\-\-groups\fR
27Send mail to group administrators instead of users.
28.TP
29\fB\-P\fR | \fB\-\-printer\fR p
30Verify quotas on this printer only. Actually p can
31use wildcards characters to select only
32some printers. The default value is *, meaning
33all printers.
34.PP
35examples :
36.IP
37\f(CW$ warnpykota --printer lp\fR
38.IP
39This will warn all users of the lp printer who have exceeded their
40print quota.
41.IP
42\f(CW$ warnpykota\fR
43.TP
44This will warn all users
45who have exceeded their print quota on
46.IP
47any printer.
48.IP
49\f(CW$ warnpykota --groups --printer "laserjet*"\fR
50.IP
51This will warn all group administrators of groups which have exceeded
52their print quota on any printer which name begins with "laserjet"
53.PP
54This program is free software; you can redistribute it and/or modify
55it under the terms of the GNU General Public License as published by
56the Free Software Foundation; either version 2 of the License, or
57(at your option) any later version.
58.PP
59This program is distributed in the hope that it will be useful,
60but WITHOUT ANY WARRANTY; without even the implied warranty of
61MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62GNU General Public License for more details.
63.PP
64You should have received a copy of the GNU General Public License
65along with this program; if not, write to the Free Software
66Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
67.PP
68Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.