~ubuntu-branches/ubuntu/jaunty/lpr/jaunty

« back to all changes in this revision

Viewing changes to pac/pac.8

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-03-15 14:54:38 UTC
  • Revision ID: james.westby@ubuntu.com-20030315145438-3n1sxzrmv1g34n4t
Tags: upstream-2000.05.07
ImportĀ upstreamĀ versionĀ 2000.05.07

Show diffs side-by-side

added added

removed removed

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