blob: 21d70842904c7eb6e4699d91a2bd15fcb5be2181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<table class="head">
<tr>
<td class="head-ltitle">LP(4)</td>
<td class="head-vol">Device Drivers Manual (vax)</td>
<td class="head-rtitle">LP(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">lp</code> — <span class="Nd">parallel line
printer</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">lp0 at uba0 csr 0177514 vector lpintr</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">NOTE: This driver has not been ported from
<span class="Ux">4.4BSD</span> yet.</p>
<p class="Pp">The <code class="Nm">lp</code> device supports DEC and DEC
compatible printers on the LP-11 parallel interface.</p>
<p class="Pp">The unit number of the printer is specified by the minor device
after removing the low 3 bits, which act as per-device parameters. Currently
only the lowest of the low three bits is interpreted: if it is set, the
device is assumed to have a 64-character set or half-ASCII mode, rather than
a full 96-character set.</p>
<p class="Pp">If the 64-character set is assumed, any lower case characters are
mapped to upper case; left curly and right curly braces are mapped to left
and right parentheses over laid with a hyphen; grave accents are mapped to
acute accents with overlaid with a hyphen; the pipe bar character is mapped
to an exclamation sign overlaid with a hyphen; and the tilde character is
mapped to a carat overlaid with a hyphen.</p>
<p class="Pp">The default page width is 132 columns; longer lines are truncated.
This may be overridden by specifying, for example,
‘<code class="Li">flags 256</code>’.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag Bl-compact">
<dt><span class="Pa">/dev/lp</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">vax/lpr(1)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">A <code class="Nm">lp</code> driver appeared in
<span class="Ux">Version 6 AT&T UNIX</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 17, 2017</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|