new version from Chris Torek
[unix-history] / usr / src / old / berknet / netlpr.1
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)netlpr.1 6.1 (Berkeley) %G%
.\"
.TH NETLPR 1 "%G%"
.UC 4
.ds s 1
.ds o 1
.SH NAME
netlpr \- use a remote lineprinter through the net
.SH SYNOPSIS
.B netlpr
[
.B \-m
machine ] [
.B \-l
login
] [
.B \-p
password
]
[
.B \-f
] [
.B \-q
] [
.B \-n
] [
.B \-c
command ] [ name1 ... namen ]
.SH DESCRIPTION
.I Netlpr
sends the named files, (or the standard input if none are named),
to a remote lineprinter; the
.B \-m
option forces the files to be printed on the specified machine.
(If not specified, the default machine is used.)
The
.B \-l,
.B \-p,
.B \-f,
.B \-q,
and
.B \-n
options behave exactly as in
.IR net (\*s).
If the
.B \-c
option is specified, the
.I command
is used in place of `lpr'.
This allows the use of different lineprinters on the remote machine.
See the file
.I `/usr/net/network.map'
for a list of available commands.
Any other options are passed through to
.IR lpr (\*o)
on the remote machine.
Copies of the files are not made on the remote machine.
.PP
.I Netlpr
executes the
.IR net (\*s)
command.
.SH FILES
.ta 2.5i
/usr/net/network.map lists the allowed local printer names
.SH "SEE ALSO"
net(\*s), netrm(\*s), netq(\*s), netlog(\*s), netcp(\*s),
netmail(\*s), netlogin(\*s), mail(\*o), lpr(\*o)
.SH AUTHOR
Eric Schmidt