xref: /dragonfly/usr.sbin/lpr/pac/pac.8 (revision 2cd2d2b5)
1.\" Copyright (c) 1983, 1991, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\"    must display the following acknowledgement:
14.\"	This product includes software developed by the University of
15.\"	California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\"    may be used to endorse or promote products derived from this software
18.\"    without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\"     @(#)pac.8	8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: src/usr.sbin/lpr/pac/pac.8,v 1.4.2.3 2002/09/01 00:37:36 gad Exp $
34.\" $DragonFly: src/usr.sbin/lpr/pac/pac.8,v 1.2 2003/06/17 04:29:57 dillon Exp $
35.\"
36.Dd June 6, 1993
37.Dt PAC 8
38.Os
39.Sh NAME
40.Nm pac
41.Nd printer/plotter accounting information
42.Sh SYNOPSIS
43.Nm
44.Op Fl P Ns Ar printer
45.Op Fl c
46.Op Fl m
47.Op Fl p Ns Ar price
48.Op Fl s
49.Op Fl r
50.Op Ar name ...
51.Sh DESCRIPTION
52The
53.Nm
54utility reads the printer/plotter accounting files, accumulating the number
55of pages (the usual case) or feet (for raster devices)
56of paper consumed by each user, and printing out
57how much each user consumed in pages or feet and dollars.
58.Pp
59Options and operands available:
60.Bl -tag -width PPprinter
61.It Fl P Ns Ar printer
62Accounting is done for the named printer.
63Normally, accounting is done for the default printer (site dependent) or
64the value of the environment variable
65.Ev PRINTER
66is used.
67.It Fl c
68Cause the output to be sorted by cost; usually the
69output is sorted alphabetically by name.
70.It Fl m
71Cause the host name to be ignored in the accounting file.  This
72allows for a user on multiple machines to have all of his printing
73charges grouped together.
74.It Fl p Ns Ar price
75The value
76.Ar price
77is used for the cost in dollars instead of the default value of 0.02
78or the price specified in
79.Pa /etc/printcap .
80.It Fl r
81Reverse the sorting order.
82.It Fl s
83Accounting information is summarized on the
84summary accounting file; this summarization is necessary since on a
85busy system, the accounting file can grow by several lines per day.
86.It Ar names
87Statistics are only printed for user(s)
88.Ar name ;
89usually, statistics are printed for every user who has used any paper.
90.El
91.Sh FILES
92.Bl -tag -width /var/account/?_sum -compact
93.It Pa /var/account/?acct
94raw accounting files
95.It Pa /var/account/?_sum
96summary accounting files
97.It Pa /etc/printcap
98printer capability data base
99.El
100.Sh SEE ALSO
101.Xr printcap 5
102.Sh BUGS
103The relationship between the computed price and reality is
104as yet unknown.
105.Sh HISTORY
106The
107.Nm
108utility appeared in
109.Bx 4.0 .
110