diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 20:02:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 20:02:25 +0000 |
commit | 1bef692c0a2b1ce14d5beed2f092a198e3c9def3 (patch) | |
tree | 6cb5173c8f97ad35f36acd5db35e8eaf7e0ceb88 /usr.sbin/lpr | |
parent | 74adea5e52c0ee31d103670f52e3d0e7174668bc (diff) |
Try to standardize the options list introduction; it should read "The options
are as follows:", except in special cases.
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lpq/lpq.1 | 5 | ||||
-rw-r--r-- | usr.sbin/lpr/pac/pac.8 | 17 |
2 files changed, 12 insertions, 10 deletions
diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index c484a41e59c..6a2f0cfe450 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -54,9 +54,8 @@ specified jobs or all jobs associated with a user. invoked without any arguments reports on any jobs currently in the queue. .Pp -Options: -.Pp -.Bl -tag -width indent +The options are as follows: +.Bl -tag -width Ds .It Fl P Specify a particular printer, otherwise the default line printer is used (or the value of the diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index 444fa786d57..545d1d9b461 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -45,15 +45,22 @@ .Op Fl p Ns Ar price .Op Fl s .Op Fl r -.Op Ar name ... +.Op Ar user ... .Sh DESCRIPTION .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 +of paper consumed by each named +.Ar user , +and prints out how much each user consumed in pages or feet and dollars. .Pp -Options and operands available: +When no +.Ar user +arguments are given, statistics are printed for every user who has used any +paper. +.Pp +The options are as follows: .Bl -tag -width PPprinter .It Fl P Ns Ar printer Accounting is done for the named printer. @@ -80,10 +87,6 @@ Reverse the sorting order. Accounting information is 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. -.It Ar names -Statistics are only printed for user(s) -.Ar name ; -usually, statistics are printed for every user who has used any paper. .El .Sh FILES .Bl -tag -width /var/account/?_sum -compact |