+----------------------------------------------------------------------+
|                                                                      |
|                  D I S C L A I M E R   N O T I C E                   |
|                                                                      |
|  This document and/or  portions of the material and  data furnished  |
|  herewith,  was developed under sponsorship of the U.S. Government.  |
|  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
|  Junior University, nor their employees,  nor their respective con-  |
|  tractors, subcontractors, or their employees, makes  any warranty,  |
|  express or implied, or assumes any liability or responsibility for  |
|  accuracy,  completeness or  usefulness of any information, appara-  |
|  tus, product or process disclosed, or represents that its use will  |
|  not infringe privately-owned rights.  Mention of any product,  its  |
|  manufacturer, or suppliers shall not, nor is it intended to, imply  |
|  approval, disapproval, or fitness for any particular use. The U.S.  |
|  and  the University at all times  retain the right to use and dis-  |
|  seminate same for any purpose whatsoever.                           |
|                                                                      |
+----------------------------------------------------------------------+


                          LPR version 1.3
                          ===============

                    Copyright (C) 1991, 1992

                                by

                          W.G.J. Langeveld

                 Stanford Linear Accelerrator Center

                        All Rights Reserved


	This is an "lpr" program that is based on W. Richard Stevens' lpr
from the book "UNIX Network Programming". It works only over the network
and does not require a local lpd.

	Willy Langeveld, November 1991.

Version 1.2
===========

	Fixed a potential problem in the readline() function. Converted the
program to use ReadArgs() on the Amiga. Made a file called lpr.doc with
the documentation, which was then removed from this file.

	Willy Langeveld, 1 December 1992

Version 1.3
===========

	Fixed a couple of minor problems: there was only a LONG option for
the lpq function, and it was default, so one couldn't actually use the
short form. Also, the way the short form was invoked was wrong. (All these
caused by moving to ReadArgs()). Also, the lpq function used to abort
reading from the host when a blank line was encountered.

	Willy Langeveld, 16 December 1992
