1BSD/man6/print.6

Compare this file to the similar file:
Show the results in this format:

.th PRINT VI 8/27/77
.sh NAME
print \- pr to the line printer
.sh SYNOPSIS
.bd print
file ...
.sh DESCRIPTION
.it Print
.it pr's
a copy of each named file on the line printer.
It is a one line shell script:
.s3
.dt
	pr $* | lpr
.sh SEE\ ALSO
lpr (I), pr (I)
.sh BUGS