Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site bnl.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!philabs!sbcs!bnl!gc From: gc@bnl.UUCP (Graham Campbell) Newsgroups: net.bugs.v7 Subject: lpr(1) manual page Message-ID: <810@bnl.UUCP> Date: Thu, 6-Dec-84 17:37:53 EST Article-I.D.: bnl.810 Posted: Thu Dec 6 17:37:53 1984 Date-Received: Thu, 13-Dec-84 01:35:15 EST Distribution: net Lines: 31 From the responses I have received from my request for a manual page for lpr(1) for v7 unix, it seems that this page was left out of the distribution. Here follows a close approximation to that manual page. ---------------------------------------------------------------------- .TH LPR 1 .SH NAME lpr \- line printer spooler .SH SYNOPSIS .BR lpr [ -crm ] [ file ] ... .SH DESCRIPTION .I Lpr causes the named files to be queued for printing on a local printer. If no files are named, the standard input is read. The following options are available: .TP .B -r Remove the file when it has been printed. .TP .B -c Copy the file to insulate against changes that may happen before printing. .TP .B -m Report by .IR mail (1) when printing is complete. .SH FILES /usr/spool/lpd/* spool area .SH SEE ALSO lpd(8)