manual page distributed with 4.1BSD
[unix-history] / usr / src / old / berknet / netlpr.1
CommitLineData
84066514
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
f2a464fe 5.\" @(#)netlpr.1 6.1 (Berkeley) %G%
84066514 6.\"
f2a464fe 7.TH NETLPR 1 "%G%"
84066514
KM
8.UC 4
9.ds s 1
10.ds o 1
11.SH NAME
12netlpr \- use a remote lineprinter through the net
13.SH SYNOPSIS
14.B netlpr
15[
16.B \-m
17machine ] [
18.B \-l
19login
20] [
21.B \-p
22password
23]
24[
25.B \-f
26] [
27.B \-q
28] [
29.B \-n
30] [
31.B \-c
32command ] [ name1 ... namen ]
33.SH DESCRIPTION
34.I Netlpr
35sends the named files, (or the standard input if none are named),
36to a remote lineprinter; the
37.B \-m
38option forces the files to be printed on the specified machine.
39(If not specified, the default machine is used.)
40The
41.B \-l,
42.B \-p,
43.B \-f,
44.B \-q,
45and
46.B \-n
47options behave exactly as in
48.IR net (\*s).
49If the
50.B \-c
51option is specified, the
52.I command
53is used in place of `lpr'.
54This allows the use of different lineprinters on the remote machine.
55See the file
56.I `/usr/net/network.map'
57for a list of available commands.
58Any other options are passed through to
59.IR lpr (\*o)
60on the remote machine.
61Copies of the files are not made on the remote machine.
62.PP
63.I Netlpr
64executes the
65.IR net (\*s)
66command.
67.SH FILES
68.ta 2.5i
69/usr/net/network.map lists the allowed local printer names
70.SH "SEE ALSO"
71net(\*s), netrm(\*s), netq(\*s), netlog(\*s), netcp(\*s),
72netmail(\*s), netlogin(\*s), mail(\*o), lpr(\*o)
73.SH AUTHOR
74Eric Schmidt