xref: /freebsd/usr.sbin/lpr/pac/pac.8 (revision 2a4a1db342263067035ce69a4017c645da63455d)
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$
34.\"
35.Dd June 6, 1993
36.Dt PAC 8
37.Os
38.Sh NAME
39.Nm pac
40.Nd printer/plotter accounting information
41.Sh SYNOPSIS
42.Nm
43.Op Fl P Ns Ar printer
44.Op Fl c
45.Op Fl m
46.Op Fl p Ns Ar price
47.Op Fl s
48.Op Fl r
49.Op Ar name ...
50.Sh DESCRIPTION
51.Nm Pac
52reads the printer/plotter accounting files, accumulating the number
53of pages (the usual case) or feet (for raster devices)
54of paper consumed by each user, and printing out
55how much each user consumed in pages or feet and dollars.
56.Pp
57Options and operands available:
58.Bl -tag -width PPprinter
59.It Fl P Ns Ar printer
60Accounting is done for the named printer.
61Normally, accounting is done for the default printer (site dependent) or
62the value of the environment variable
63.Ev PRINTER
64is used.
65.It Fl c
66Cause the output to be sorted by cost; usually the
67output is sorted alphabetically by name.
68.It Fl m
69Cause the host name to be ignored in the accounting file.  This
70allows for a user on multiple machines to have all of his printing
71charges grouped together.
72.It Fl p Ns Ar price
73The value
74.Ar price
75is used for the cost in dollars instead of the default value of 0.02
76or the price specified in
77.Pa /etc/printcap .
78.It Fl r
79Reverse the sorting order.
80.It Fl s
81Accounting information is summarized on the
82summary accounting file; this summarization is necessary since on a
83busy system, the accounting file can grow by several lines per day.
84.It Ar names
85Statistics are only printed for user(s)
86.Ar name ;
87usually, statistics are printed for every user who has used any paper.
88.El
89.Sh FILES
90.Bl -tag -width /var/account/?_sum -compact
91.It Pa /var/account/?acct
92raw accounting files
93.It Pa /var/account/?_sum
94summary accounting files
95.It Pa /etc/printcap
96printer capability data base
97.El
98.Sh SEE ALSO
99.Xr printcap 5
100.Sh BUGS
101The relationship between the computed price and reality is
102as yet unknown.
103.Sh HISTORY
104The
105.Nm
106command appeared in
107.Bx 4.0 .
108