diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
commit | 18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch) | |
tree | 0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /usr.sbin/lpr/pac/pac.8 | |
parent | bd3846209995d875b04576fcb40766bbc82c16c6 (diff) |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'usr.sbin/lpr/pac/pac.8')
-rw-r--r-- | usr.sbin/lpr/pac/pac.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index 6e7ffc0b765..444fa786d57 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -33,7 +33,7 @@ .\" .Dd June 6, 1993 .Dt PAC 8 -.Os BSD 4.2 +.Os .Sh NAME .Nm pac .Nd printer/plotter accounting information @@ -47,7 +47,7 @@ .Op Fl r .Op Ar name ... .Sh DESCRIPTION -.Nm Pac +.Nm 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 @@ -62,10 +62,10 @@ the value of the environment variable .Ev PRINTER is used. .It Fl c -flag causes the output to be sorted by cost; usually the +Causes the output to be sorted by cost; usually the output is sorted alphabetically by name. .It Fl m -flag causes the host name to be ignored in the accounting file. This +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. .It Fl p Ns Ar price @@ -92,7 +92,7 @@ raw accounting files .It Pa /var/account/?_sum summary accounting files .It Pa /etc/printcap -printer capability data base +printer capability database .El .Sh SEE ALSO .Xr printcap 5 |