xref: /freebsd/usr.sbin/lpr/pac/pac.8 (revision f0a75d274af375d15b97b830966b99a02b7db911)
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.
71This
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 HISTORY
103The
104.Nm
105utility appeared in
106.Bx 4.0 .
107.Sh BUGS
108The relationship between the computed price and reality is
109as yet unknown.
110