4.3BSD/usr/man/man8/pac.8

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)pac.8	6.2 (Berkeley) 10/30/85
.\"
.TH PAC 8 "October 30, 1985"
.UC 5
.SH NAME
pac \- printer/plotter accounting information
.SH SYNOPSIS
.B /etc/pac
[
.B \-Pprinter
] [
.B \-pprice
] [
.B \-s
] [
.B \-r
] [
.B \-c
] [
.B \-m
] [ name ... ]
.SH DESCRIPTION
.I Pac
reads the printer/plotter accounting files, accumulating the number
of pages (the usual case) or feet (for raster devices)
of paper consumed by each user, and printing out
how much each user consumed in pages or feet and dollars.
If any
.I names
are specified, then statistics are only printed for those users;
usually, statistics are printed for every user who has used any paper.
.PP
The
.B \-P
flag causes accounting to be done for the named printer.
Normally, accounting is done for the default printer (site dependent) or
the value of the environment variable
.B PRINTER
is used.
.PP
The
.B \-p
flag causes the value
.I price
to be used for the cost in dollars instead of the default value of 0.02
or the price specified in
.IR /etc/printcap.
.PP
The
.B \-c
flag causes the output to be sorted by cost; usually the
output is sorted alphabetically by name.
.PP
The
.B \-r
flag reverses the sorting order.
.PP
The
.B \-s
flag causes the accounting information to be summarized on the
summary accounting file; this summarization is necessary since on a
busy system, the accounting file can grow by several lines per day.
.PP
The
.B \-m
flag causes the host name to be ignored in the accounting file.  This
allows for a user on multiple machines to have all of his printing
charges grouped together.
.SH FILES
.ta 2i
/usr/adm/?acct	raw accounting files
.br
/usr/adm/?_sum	summary accounting files
.br
/etc/printcap	printer capability data base
.SH SEE ALSO
printcap(5)
.SH BUGS
The relationship between the computed price and reality is
as yet unknown.