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