summaryrefslogtreecommitdiff
path: root/static/unix-v10/man8/vpac.8
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man8/vpac.8')
-rw-r--r--static/unix-v10/man8/vpac.849
1 files changed, 49 insertions, 0 deletions
diff --git a/static/unix-v10/man8/vpac.8 b/static/unix-v10/man8/vpac.8
new file mode 100644
index 00000000..6acf1fce
--- /dev/null
+++ b/static/unix-v10/man8/vpac.8
@@ -0,0 +1,49 @@
+.TH VPAC 8 2/21/80
+.UC 4
+.SH NAME
+vpac \- print raster printer/ploter accounting information
+.SH SYNOPSIS
+.B /etc/vpac
+[
+.B \-W
+] [
+.B \-s
+] [
+.B \-r
+] [
+.B \-t
+] [ name ... ]
+.SH DESCRIPTION
+.I Vpac
+reads the raster printer/plotter accounting files, accumulating the number
+of pages (for narrow fan-fold devices) or feet (for wide, roll paper devices)
+of paper consumed by each user, and printing out
+how much each user consumed in pages or feet and dollars (billed at
+2 cents / page or 8 cents / foot). 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 \-W
+flag causes accounting to be done for a wide roll paper device. The default is
+to do accounting for a narrow, fan-fold device.
+The
+.B \-t
+flag causes the output to be sorted by feet of paper; usually the
+output is sorted alphabetically by name. The
+.B \-r
+flag reverses the sorting order.
+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.
+.SH FILES
+.ta 2i
+/usr/adm/v?acct raw accounting files
+.br
+/usr/adm/v?_sum summary accounting files
+.SH BUGS
+The relationship between the computed price and reality is
+as yet unknown.